mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
rar fixes
This commit is contained in:
parent
1b128bf177
commit
cd36ba9a8f
7 changed files with 51 additions and 25 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue