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:
parent
9356af80c6
commit
db151819f1
2 changed files with 3 additions and 1 deletions
|
|
@ -29,3 +29,6 @@ mmio = ["vmm/mmio_support"]
|
|||
integration_tests = []
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"vhost_user_backend",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue