Cargo.toml: Add workspace config changes

Remove workspace from vhost_user_backend/Cargo.toml to have
vhost-user-backend compiled in cloud-hypervisor. Add workspace in
Cargo.toml to have vhost-user-backend consumed by vhost-user-net.

Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
This commit is contained in:
Cathy Zhang 2019-09-26 19:32:24 +08:00 committed by Sebastien Boeuf
parent 9356af80c6
commit db151819f1
2 changed files with 3 additions and 1 deletions

View File

@ -29,3 +29,6 @@ mmio = ["vmm/mmio_support"]
integration_tests = []
[workspace]
members = [
"vhost_user_backend",
]

View File

@ -20,4 +20,3 @@ vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
path = "../vhost_rs"
features = ["vhost-user-slave"]
[workspace]