mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
support reading log.gz files
This commit is contained in:
parent
6213aff07e
commit
4737a0db3c
4 changed files with 13 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ log = "0.4.22"
|
|||
clap = { version = "=4.1.3", features = ["derive"] }
|
||||
logsmash-data = { version = "0.1.0", path = "./data" }
|
||||
zip = "2.1.5"
|
||||
flate2 = "1.0.31"
|
||||
itertools = "0.13.0"
|
||||
ratatui = "0.27.0"
|
||||
tinystr = { version = "0.7.6", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue