migrated unpacking to rust zstd to conform with droplet

@drop/droplet now packs with zstd, so converts unpacker.rs to use zstd
This commit is contained in:
DecDuck
2024-10-07 15:10:38 +11:00
parent f1febf8cd8
commit d39d6a3374
4 changed files with 47 additions and 52 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ tauri-plugin-shell = "2.0.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ciborium = "0.2.2"
xz2 = "0.1.7"
zstd = "0.13.2"
rayon = "1.10.0"