mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
add 7z archive support
This commit is contained in:
parent
bee8062f3a
commit
f47002642d
5 changed files with 215 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "logsmash"
|
||||
version = "0.1.10"
|
||||
edition = "2021"
|
||||
rust-version = "1.81.0"
|
||||
rust-version = "1.85.0"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -28,6 +28,7 @@ flate2 = "1.0.35"
|
|||
xz2 = "0.1.7"
|
||||
bzip2-rs = "0.1.2"
|
||||
ruzstd = "0.8.0"
|
||||
sevenz-rust2 = "0.13.2"
|
||||
dialoguer = "0.11.0"
|
||||
indicatif = { version = "0.17.11", features = ["rayon"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue