feaat: v1.9.13, add temporary key for simple encrypt

This commit is contained in:
2025-09-14 15:29:07 +08:00
parent c8175e2654
commit 75ed193d86
8 changed files with 121 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.9.12"
version = "1.9.13"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -54,6 +54,7 @@ ctrlc = "3.4"
swift-secure-enclave-tool-rs = "1.0"
json5 = "0.4"
external-command-rs = "0.1"
percent-encoding = "2.3"
[profile.release]
codegen-units = 1