This commit is contained in:
2026-03-15 11:36:47 +08:00
parent 0ab1ececba
commit ff6becc72c
5 changed files with 140 additions and 18 deletions

View File

@@ -29,3 +29,5 @@ tar = "0.4"
flate2 = "1.0"
rust_util = "0.6"
tiny-encrypt = { version = "1.8", default-features = false }
serde = { version = "1.0.228", features = ["serde_derive"] }
serde_json = "1.0.149"