mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
improve exception display
This commit is contained in:
parent
ff5efa9eac
commit
7516cdcb7c
2 changed files with 28 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ regex = "1.11.1"
|
|||
clap = { version = "4.5.30", features = ["derive"] }
|
||||
logsmash-data = { version = "0.1.0", path = "./data" }
|
||||
itertools = "0.14.0"
|
||||
ratatui = "0.29.0"
|
||||
ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"] }
|
||||
tinystr = { version = "0.8.0", features = ["serde"] }
|
||||
time = { version = "0.3.37", features = ["serde", "serde-well-known", "parsing", "macros"] }
|
||||
hdrhistogram = "7.5.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue