mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
grouped lines
This commit is contained in:
parent
13f1f31dd8
commit
483bb5691d
12 changed files with 158 additions and 92 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -26,6 +26,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"getrandom",
|
||||
"once_cell",
|
||||
"version_check",
|
||||
"zerocopy",
|
||||
|
|
@ -203,6 +204,7 @@ dependencies = [
|
|||
name = "cloud-log-analyser"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"clap",
|
||||
"cloud-log-analyser-data",
|
||||
"hdrhistogram",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue