crates/signal-client/Cargo.toml
9 lines · 350 bytes
1[package]
2name = "signal-client"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6description = "Client side of the ambient-companions signal bus: where the daemon's socket lives, and reading frames off it. Shared by every renderer so the path is defined once."
7
8[dependencies]
9signal-schema = { path = "../signal-schema" }