hyperlog/crates/hyperlog-tui/Cargo.toml
kjuulh 26c430e173
feat: with input
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-07 23:21:13 +02:00

25 lines
527 B
TOML

[package]
name = "hyperlog-tui"
version = "0.1.0"
edition = "2021"
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
[dependencies]
hyperlog-core.workspace = true
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde_json.workspace = true
itertools.workspace = true
ratatui = "0.26.2"
crossterm = { version = "0.27.0", features = ["event-stream"] }
directories = "5.0.1"
human-panic = "2.0.0"
ropey = "1.6.1"
[dev-dependencies]
similar-asserts = "1.5.0"