feat: add dependency aes-gcm-stream
This commit is contained in:
@@ -9,6 +9,7 @@ description = "A simple and tiny file encrypt tool"
|
||||
|
||||
[dependencies]
|
||||
aes-gcm = { version = "0.10.1", features = ["zeroize"] }
|
||||
aes-gcm-stream = "0.2.0"
|
||||
base64 = "0.21.0"
|
||||
chrono = "0.4.23"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user