mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Centralize vhost-user-backend to workspace
`vhost-user-backend` is left behind in #6764, move it to root workspace. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -14,7 +14,7 @@ log = "0.4.22"
|
||||
net_util = { path = "../net_util" }
|
||||
option_parser = { path = "../option_parser" }
|
||||
vhost = { workspace = true, features = ["vhost-user-backend"] }
|
||||
vhost-user-backend = "0.16.0"
|
||||
vhost-user-backend = { workspace = true }
|
||||
virtio-bindings = { workspace = true }
|
||||
vm-memory = { workspace = true }
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user