clan-sidebus/Cargo.toml

15 lines
440 B
TOML
Raw Normal View History

[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