feat: v0.1.0
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user