feat: v1.2.0, add feature encrypt with tiny-encrypt

This commit is contained in:
2024-12-15 17:45:54 +08:00
parent 27e107770e
commit 5333dcb91a
4 changed files with 2522 additions and 484 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oss-backupd"
version = "1.1.1"
version = "1.2.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
@@ -28,3 +28,4 @@ zip = "0.5.3"
tar = "0.4.26"
flate2 = "1.0.14"
rust_util = "0.6.3"
tiny-encrypt = { version = "1.8.3", default-features = false }