crates/signal-schema/Cargo.toml
8 lines · 315 bytes
1[package]
2name = "signal-schema"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6description = "Shared, versioned wire format for the ambient-companions signal bus. The privacy boundary is structural: the payload channel is an f64 and there is no content-carrying field."
7
8[dependencies]