Implement next-gen modules: chrs-code-edit (Git), chrs-discovery (LibP2P), and chrs-observer (TUI)
This commit is contained in:
14
chrs-observer/Cargo.toml
Normal file
14
chrs-observer/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user