rar fixes

This commit is contained in:
Robin Appelman 2025-07-01 17:21:56 +02:00
commit cd36ba9a8f
7 changed files with 51 additions and 25 deletions

View file

@ -29,7 +29,6 @@ xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.8.0"
sevenz-rust2 = "0.13.2"
unrar = "0.5.8"
dialoguer = "0.11.0"
indicatif = { version = "0.17.11", features = ["rayon"] }
csv = "1.3.1"
@ -37,6 +36,9 @@ csv = "1.3.1"
[target.'cfg(target_env = "musl")'.dependencies]
tikv-jemallocator = "0.6.0"
[target.'cfg(all(unix, not(target_env = "musl")))'.dependencies]
unrar = "0.5.8"
[profile.dev.package."*"]
opt-level = 3