Files
pinentry-util/Cargo.toml
T

16 lines
316 B
TOML
Raw Normal View History

2024-12-12 22:07:35 +08:00
[package]
name = "pinentry-util"
2024-12-12 23:03:59 +08:00
version = "0.1.1"
2024-12-12 22:07:35 +08:00
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"