added zip and rar support for unpacking

This commit is contained in:
2026-03-17 21:21:31 +01:00
parent 22c27a2491
commit aacc9795d9
3 changed files with 270 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ serde = { version = "1.0.228", features = ["derive"] }
sevenz-rust2 = { version = "0.20.2" }
thiserror = "2.0.18"
toml = "1.0.3"
unrar = "0.5.8"
ureq = { version = "3.2.0", features = ["json"] }
url = "2.5.8"
walkdir = "2.5.0"
zip = "8.2.0"