add 7z archive support

This commit is contained in:
Robin Appelman 2025-05-28 16:14:19 +02:00
commit f47002642d
5 changed files with 215 additions and 14 deletions

View file

@ -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"] }