[package] name = "signal-client" version.workspace = true edition.workspace = true license.workspace = true description = "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." [dependencies] signal-schema = { path = "../signal-schema" }