clan-sidebus/Cargo.toml
Val Packett 627237bdda Add hosted bus module based on busd
Currently depends on WIP changes to busd to allow in-process clients
2025-07-11 01:06:31 -03:00

14 lines
440 B
TOML

[workspace]
resolver = "2"
members = [
"sidebus-agent",
"sidebus-broker",
"sidebus-common"
]
[workspace.dependencies]
sidebus-common = { path = "sidebus-common" }
busd = { git = "https://github.com/valpackett/busd", branch = "val/msksqvsqqrxm", default-features = false }
zbus = { git = "https://github.com/dbus2/zbus", default-features = false, features = ["tokio", "tokio-vsock", "bus-impl", "p2p"] }
# zbus git to match busd git