Implement chrs-observer: Real-time TUI dashboard for cluster monitoring

This commit is contained in:
anthonyrawlins
2026-03-04 03:54:19 +11:00
parent 8db06616e0
commit cbb7366933
2 changed files with 112 additions and 44 deletions

View File

@@ -10,5 +10,8 @@ tokio = { version = "1.0", features = ["full"] }
chrs-mail = { path = "../chrs-mail" }
chrs-bubble = { path = "../chrs-bubble" }
chrs-backbeat = { path = "../chrs-backbeat" }
chrs-discovery = { path = "../chrs-discovery" }
chrs-council = { path = "../chrs-council" }
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"