mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
support reading logs from csv files
This commit is contained in:
parent
758a4fa5e3
commit
e2474640d6
3 changed files with 41 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue