feat: switch to libarchive backend

This commit is contained in:
DecDuck
2026-03-01 22:56:52 +11:00
parent 06530648c3
commit ff17d4256a
3 changed files with 180 additions and 33 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ simple_logger = { version = "5.1.0", default-features = false, features = [
"colors",
] }
tokio = { version = "*", features = ["rt-multi-thread", "sync"] }
droplet-rs = "0.15.1"
droplet-rs = { version = "0.16.2", git = "https://github.com/Drop-OSS/droplet-rs.git" }
dashmap = "6.1.0"
anyhow = "1.0.100"
serde_json = "1.0.145"