diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-02-19 20:44:55 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-02-19 20:44:55 +0400 |
| commit | 8300860bdc3af55dcc6dee56c4963bb5e8f274ec (patch) | |
| tree | 056ec80dd00e86399c0f601340ae9c3f79a1e7c8 /executable-password/Cargo.toml | |
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" |