forked from kent/consciousness
tmux channel: - Track connected state per-pane (shows true channel availability) - Persist pane config on add/remove (survives restarts) - Remove cleanup_pipes on exit (unnecessary with persisted config) - Reorder PaneConfig fields for consistency telegram channel: - Use json5 crate for config parsing (matches tmux) Co-Authored-By: Proof of Concept <poc@bcachefs.org>
18 lines
427 B
TOML
18 lines
427 B
TOML
[package]
|
|
name = "consciousness-channel-telegram"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
capnp = "0.25"
|
|
capnp-rpc = "0.25"
|
|
dirs = "6"
|
|
futures = "0.3"
|
|
json5 = "1.3"
|
|
consciousness = { path = "../.." }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-util = { version = "0.7", features = ["compat"] }
|
|
log = "0.4"
|
|
env_logger = "0.11"
|