feat: v0.1.0, init commit
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "pinentry-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
aes-gcm-stream = "0.2.3"
|
||||
clap = { version = "4.5.8", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
pinentry = "0.5.0"
|
||||
rand = "0.8.5"
|
||||
rpassword = "7.3.1"
|
||||
secrecy = "0.8.0"
|
||||
serde = { version = "1.0.203", features = ["serde_derive"] }
|
||||
serde_json = "1.0.118"
|
||||
zeroize = "1.8.1"
|
||||
Reference in New Issue
Block a user