Implement next-gen modules: chrs-code-edit (Git), chrs-discovery (LibP2P), and chrs-observer (TUI)

This commit is contained in:
anthonyrawlins
2026-03-04 03:41:41 +11:00
parent 5ff504f864
commit 7d1a64d805
6 changed files with 252 additions and 0 deletions

14
chrs-observer/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "chrs-observer"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.26"
crossterm = "0.27"
tokio = { version = "1.0", features = ["full"] }
chrs-mail = { path = "../chrs-mail" }
chrs-bubble = { path = "../chrs-bubble" }
chrs-backbeat = { path = "../chrs-backbeat" }
chrono = "0.4"
serde_json = "1.0"