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",
]