improve exception display
All checks were successful
CI / build (push) Successful in 53s
CI / checks (push) Successful in 1m6s
CI / build-nixpkgs (push) Successful in 35s

This commit is contained in:
Robin Appelman 2025-06-11 17:16:30 +02:00
commit 7516cdcb7c
2 changed files with 28 additions and 15 deletions

View file

@ -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"