feat: add crypto.rs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user