feat: v0.3.2, store file create/modified time and restore

This commit is contained in:
2023-10-15 11:06:55 +08:00
parent 161b901829
commit 2624b0fa64
8 changed files with 140 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -13,6 +13,7 @@ base64 = "0.21"
chrono = "0.4"
clap = { version = "4.1", features = ["derive"] }
flate2 = "1.0"
fs-set-times = "0.20.0"
hex = "0.4"
openpgp-card = "0.3"
openpgp-card-pcsc = "0.3"