blackwall/hivemind-dashboard/Cargo.toml

18 lines
545 B
TOML
Raw Normal View History

[package]
name = "hivemind-dashboard"
version = "0.1.0"
edition = "2021"
description = "Live TUI dashboard for HiveMind mesh monitoring"
[dependencies]
common = { path = "../common", default-features = false, features = ["user"] }
tokio = { workspace = true }
hyper = { workspace = true }
http-body-util = { workspace = true }
hyper-util = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }