feat: v0.4.0, add progress bar

This commit is contained in:
2023-10-15 17:56:23 +08:00
parent 6f70e7c83e
commit cb72baebee
6 changed files with 197 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.3.4"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -15,6 +15,7 @@ clap = { version = "4.4", features = ["derive"] }
flate2 = "1.0"
fs-set-times = "0.20"
hex = "0.4"
indicatif = "0.17"
openpgp-card = "0.3"
openpgp-card-pcsc = "0.3"
p256 = { version = "0.13", features = ["pem", "ecdh", "pkcs8"] }