feat: add rand, update decrypt

This commit is contained in:
2023-09-09 17:54:20 +08:00
parent bc55d84978
commit c1dd71abc2
4 changed files with 23 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ clap = { version = "4.1.4", features = ["derive"] }
hex = "0.4.3"
openpgp-card = "0.3.7"
openpgp-card-pcsc = "0.3.0"
rand = "0.8.5"
reqwest = { version = "0.11.14", features = ["blocking", "rustls", "rustls-tls"] }
rpassword = "7.2.0"
rust_util = "0.6.42"