feat: v1.0.2, support --create to create empty encrypted file

This commit is contained in:
2023-12-03 15:20:18 +08:00
parent fc4ec8d41c
commit 883ed0918b
3 changed files with 20 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"