From 3b877bf4cc667eb8bcc787d145203600a4dba2d2 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 25 Feb 2023 11:41:27 +0100 Subject: Initial commit --- d17/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 d17/Cargo.toml (limited to 'd17/Cargo.toml') diff --git a/d17/Cargo.toml b/d17/Cargo.toml new file mode 100644 index 0000000..afee2ab --- /dev/null +++ b/d17/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "d17" +version = "0.1.0" +edition = "2021" + +[dependencies] +md5 = "0.7.0" -- cgit v1.2.3