support reading log.gz files

This commit is contained in:
Robin Appelman 2024-08-08 13:45:50 +02:00
commit 4737a0db3c
4 changed files with 13 additions and 3 deletions

View file

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