feat: add compress util

This commit is contained in:
2023-09-09 20:21:39 +08:00
parent 29c95f3147
commit 7fb94fdb07
4 changed files with 147 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ aes-gcm-stream = "0.2.0"
base64 = "0.21.0"
chrono = "0.4.23"
clap = { version = "4.1.4", features = ["derive"] }
flate2 = "1.0.27"
hex = "0.4.3"
openpgp-card = "0.3.7"
openpgp-card-pcsc = "0.3.0"