factor out crate

This commit is contained in:
Jana Dönszelmann 2026-04-02 08:31:58 +02:00
parent bb8fa818d2
commit af09bcd403
No known key found for this signature in database
11 changed files with 43 additions and 22 deletions

15
Cargo.lock generated
View file

@ -819,6 +819,16 @@ version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "logparse"
version = "0.1.0"
dependencies = [
"insta",
"proptest",
"proptest-derive",
"winnow",
]
[[package]]
name = "loom"
version = "0.7.2"
@ -1416,12 +1426,10 @@ dependencies = [
"clap",
"crossterm",
"dumpster",
"insta",
"itertools",
"jiff",
"logparse",
"nix 0.31.1",
"proptest",
"proptest-derive",
"ratatui",
"ratatui-themes",
"regex",
@ -1429,7 +1437,6 @@ dependencies = [
"serde_json",
"thiserror 2.0.18",
"tui-widget-list",
"winnow",
]
[[package]]