cloud-hypervisor/vmm
Omer Faruk Bayram c016a0d4d3 vmm: dbus: implement the D-Bus API
This commit introduces three new dependencies: `zbus`, `futures`
and `blocking`. `blocking` is used to call the Internal API in zbus'
async context which is driven by `futures::executor`. They are all
behind the `dbus_api` feature flag.

The D-Bus API implementation is behind the same `dbus_api` feature
flag as well.

Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr>
2023-06-06 10:18:26 -07:00
..
src vmm: dbus: implement the D-Bus API 2023-06-06 10:18:26 -07:00
Cargo.toml vmm: dbus: implement the D-Bus API 2023-06-06 10:18:26 -07:00