crates/terminal-pet/Cargo.toml
14 lines · 452 bytes
1[package]
2name = "terminal-pet"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6description = "Second renderer: a TUI pet whose mood follows the shell and the machine. A thin subscriber to signald — it reads aggregates off the socket and never touches a sensor."
7
8[[bin]]
9name = "terminal-pet"
10path = "src/main.rs"
11
12[dependencies]
13signal-schema = { path = "../signal-schema" }
14signal-client = { path = "../signal-client" }