[package] name = "terminal-pet" version.workspace = true edition.workspace = true license.workspace = true description = "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." [[bin]] name = "terminal-pet" path = "src/main.rs" [dependencies] signal-schema = { path = "../signal-schema" } signal-client = { path = "../signal-client" }