From 8300860bdc3af55dcc6dee56c4963bb5e8f274ec Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 19 Feb 2024 20:44:55 +0400 Subject: initial commit --- executable-password/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 executable-password/Cargo.toml (limited to 'executable-password/Cargo.toml') diff --git a/executable-password/Cargo.toml b/executable-password/Cargo.toml new file mode 100644 index 0000000..be450bf --- /dev/null +++ b/executable-password/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "executable-password" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +memmap2 = "0.5.10" +sha2 = "0.10.6" -- cgit v1.2.3