feat: v0.1.0

This commit is contained in:
2024-12-12 22:07:35 +08:00
parent a9a24e18e5
commit 88e3eb6937
3 changed files with 116 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "pinentry-util"
version = "0.1.0"
edition = "2021"
authors = ["Hatter Jiang"]
repository = "https://git.hatter.ink/hatter/pinentry-util"
description = "pinentry util"
license = "MIT"
keywords = ["pinentry"]
[dependencies]
pinentry = "0.6.0"
rpassword = "7.3.1"
secrecy = "0.10.3"
zeroize = "1.8.1"