[package] name = "terminal-garden" version.workspace = true edition.workspace = true license.workspace = true description = "First renderer: a TUI garden that grows with commits and wilts on stale branches. A thin subscriber to signald — it reads git aggregates off the socket and never touches a sensor." [[bin]] name = "terminal-garden" path = "src/main.rs" [dependencies] signal-schema = { path = "../signal-schema" } signal-client = { path = "../signal-client" }