[package] name = "brahman-broker-explorer" version.workspace = true edition.workspace = true license.workspace = true description = "Probe GUI del broker brahman: conecta cada N segundos vía await_provider_blocking con un Card observer agnóstico, reporta 3 estados (down / up sin provider / up con provider)." [dependencies] brahman-handshake = { path = "../../core/brahman-handshake" } brahman-sidecar = { path = "../../shared/brahman-sidecar" } yahweh-theme = { path = "../../modules/ui_engine/libs/theme" } yahweh-widget-banner = { path = "../../modules/ui_engine/widgets/banner" } yahweh-widget-stat-card = { path = "../../modules/ui_engine/widgets/stat-card" } yahweh-widget-app-header = { path = "../../modules/ui_engine/widgets/app-header" } gpui = { workspace = true } [[bin]] name = "brahman-broker-explorer" path = "src/main.rs"