crates/pet-life/Cargo.toml
15 lines · 476 bytes
1[package]
2name = "pet-life"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6description = "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."
7
8[[bin]]
9name = "pet-life"
10path = "src/main.rs"
11
12[dependencies]
13signal-client = { path = "../signal-client" }
14# For the history query behind "when did activity last happen".
15signald = { path = "../signald" }