[package] name = "pet-life" version.workspace = true edition.workspace = true license.workspace = true description = "The one-life mechanic behind the menu-bar face: ageing, permadeath, and the cemetery. A library plus a one-shot that prints the pet's state as JSON." [[bin]] name = "pet-life" path = "src/main.rs" [dependencies] signal-client = { path = "../signal-client" } # For the history query behind "when did activity last happen". signald = { path = "../signald" }