support reading logs from csv files
All checks were successful
CI / build (push) Successful in 24s
CI / checks (push) Successful in 27s
CI / build-nixpkgs (push) Successful in 16s

This commit is contained in:
Robin Appelman 2025-06-03 15:57:07 +02:00
commit e2474640d6
3 changed files with 41 additions and 3 deletions

View file

@ -31,6 +31,7 @@ ruzstd = "0.8.0"
sevenz-rust2 = "0.13.2"
dialoguer = "0.11.0"
indicatif = { version = "0.17.11", features = ["rayon"] }
csv = "1.3.1"
[target.'cfg(target_env = "musl")'.dependencies]
tikv-jemallocator = "0.6.0"