feat: v1.7.3, supports pinentry

This commit is contained in:
2024-01-10 00:35:38 +08:00
parent 2e53130ead
commit 2bcb0fe5c4
6 changed files with 85 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.7.2"
version = "1.7.3"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -48,6 +48,8 @@ swift-rs = { path = "swift-rs", optional = true }
spki = "0.7.3"
pqcrypto-kyber = "0.8.0"
pqcrypto-traits = "0.3.5"
pinentry = "0.5.0"
secrecy = "0.8.0"
[build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true }