mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
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
@ -29,3 +29,6 @@ mmio = ["vmm/mmio_support"]
|
||||
integration_tests = []
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"vhost_user_backend",
|
||||
]
|
||||
|
@ -20,4 +20,3 @@ vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
|
||||
path = "../vhost_rs"
|
||||
features = ["vhost-user-slave"]
|
||||
|
||||
[workspace]
|
||||
|
Loading…
Reference in New Issue
Block a user