feat: update command info
This commit is contained in:
@@ -10,6 +10,7 @@ description = "A simple and tiny file encrypt tool"
|
||||
[dependencies]
|
||||
aes-gcm = { version = "0.10.1", features = ["zeroize"] }
|
||||
base64 = "0.21.0"
|
||||
chrono = "0.4.23"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
openpgp-card = "0.3.3"
|
||||
@@ -18,6 +19,7 @@ reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"]
|
||||
rust_util = "0.6.41"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
simpledateformat = "0.1.3"
|
||||
yubico_manager = "0.9.0"
|
||||
|
||||
[profile.release]
|
||||
|
||||
Reference in New Issue
Block a user