mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
switch to rar-stream for rar archive support
This commit is contained in:
parent
6d3b67e823
commit
d03092aa16
4 changed files with 34 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue