feat: v0.1.0, init commit

This commit is contained in:
2024-06-30 15:02:36 +08:00
parent aab00709ca
commit 48ff1a9a59
3 changed files with 168 additions and 0 deletions

16
Cargo.toml Normal file
View 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"