Input gzip files

This commit is contained in:
2025-05-11 15:41:24 +02:00
parent 9939452e65
commit b435f89655
3 changed files with 90 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ anyhow = "1.0.71"
log = "0.4.17"
simplelog = "0.12.1"
lazy_static = "1.4.0"
flate2 = { version = "1.0.26", features = ["zlib"] }
[features]
default = []