feat: add pgp card
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -9,8 +9,18 @@ description = "A simple and tiny file encrypt tool"
|
||||
|
||||
[dependencies]
|
||||
aes-gcm = { version = "0.10.1", features = ["zeroize"] }
|
||||
base64 = "0.21.0"
|
||||
clap = { version = "4.1.4", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
openpgp-card = "0.3.3"
|
||||
openpgp-card-pcsc = "0.3.0"
|
||||
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"
|
||||
yubico_manager = "0.9.0"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
opt-level = 'z'
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user