Files
pinentry-util/Cargo.toml
2024-12-12 23:03:59 +08:00

16 lines
316 B
TOML

[package]
name = "pinentry-util"
version = "0.1.1"
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"