Add hosted bus module based on busd
Currently depends on WIP changes to busd to allow in-process clients
This commit is contained in:
parent
14ce212e81
commit
627237bdda
7 changed files with 152 additions and 167 deletions
|
|
@ -8,3 +8,7 @@ members = [
|
|||
|
||||
[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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue