feat: v0.5.0, supports ChaCha20/Poly1305

This commit is contained in:
2023-10-22 19:05:38 +08:00
parent 83464dfb28
commit bb07aec896
10 changed files with 105 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiny-encrypt"
version = "0.4.4"
version = "0.5.0"
edition = "2021"
license = "MIT"
description = "A simple and tiny file encrypt tool"
@@ -39,7 +39,7 @@ yubikey = { version = "0.8", features = ["untested"] }
zeroize = "1.6"
[patch.crates-io]
rust-crypto = { git="https://github.com/jht5945/rust-crypto.git" }
rust-crypto = { git = "https://github.com/jht5945/rust-crypto.git" }
[profile.release]
codegen-units = 1