16 lines
316 B
TOML
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"
|