feat: add crypto.rs

This commit is contained in:
2023-02-11 17:43:37 +08:00
parent 4baf429574
commit 2eecdf8c48
4 changed files with 49 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ description = "A simple and tiny file encrypt tool"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes-gcm = { version = "0.10.1", features = ["zeroize"] }
clap = { version = "4.1.4", features = ["derive"] }
hex = "0.4.3"
rust_util = "0.6.41"