feat: v0.5.1, envelop supports ChaCha20/Poly1305

This commit is contained in:
2023-10-22 22:31:26 +08:00
parent 5dc1927cc9
commit 2a7d28372e
5 changed files with 58 additions and 40 deletions

View File

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