switch to rar-stream for rar archive support
All checks were successful
CI / build (push) Successful in 42s
CI / checks (push) Successful in 50s
CI / build-nixpkgs (push) Successful in 35s

This commit is contained in:
Robin Appelman 2026-04-10 19:14:30 +02:00
commit d03092aa16
4 changed files with 34 additions and 56 deletions

View file

@ -29,6 +29,7 @@ xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.8.2"
sevenz-rust2 = "0.20.2"
rar-stream = "5.7.1"
dialoguer = "0.12.0"
indicatif = { version = "0.18.3", features = ["rayon"] }
csv = "1.4.0"
@ -39,8 +40,6 @@ matchit = "0.9.0"
[target.'cfg(target_env = "musl")'.dependencies]
tikv-jemallocator = "0.6.1"
[target.'cfg(all(unix, not(target_env = "musl")))'.dependencies]
unrar = "0.5.8"
[profile.dev.package."*"]
opt-level = 3