mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
group by route
This commit is contained in:
parent
a00565cf65
commit
e982a12df5
18 changed files with 2153 additions and 446 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -914,6 +914,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"logsmash-data",
|
||||
"main_error",
|
||||
"matchit",
|
||||
"osc94",
|
||||
"ratatui",
|
||||
"rayon",
|
||||
|
|
@ -985,6 +986,12 @@ version = "0.1.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "155db5e86c6e45ee456bf32fad5a290ee1f7151c2faca27ea27097568da67d1a"
|
||||
|
||||
[[package]]
|
||||
name = "matchit"
|
||||
version = "0.8.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.7.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue