[package] name = "everycycle-tui" description = "Operator dashboard: terminal UI over structured telemetry." version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true repository.workspace = true # The unit of publication is the repo, not the crates (decided 2026-08-06). publish = false [dependencies] everycycle-hal = { path = "../hal" } ratatui = { version = "0.30", features = ["crossterm_0_29"] } [[bin]] name = "everycycle-tui" path = "src/main.rs" [lints] workspace = true