diff options
Diffstat (limited to 'executable-password/Cargo.toml')
| -rw-r--r-- | executable-password/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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" |