feat: v1.7.6, update denpendencies, fix diaguer ctrl-c do not show cursor

This commit is contained in:
2024-01-13 10:39:22 +08:00
parent 6283c28fff
commit 784765fbb9
4 changed files with 133 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.7.5"
version = "1.7.6"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -51,6 +51,7 @@ pqcrypto-traits = "0.3.5"
pinentry = "0.5.0"
secrecy = "0.8.0"
dialoguer = "0.11.0"
ctrlc = "3.4.2"
[build-dependencies]
swift-rs = { path = "swift-rs", features = ["build"], optional = true }