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:
Ruoqing He
2024-10-28 14:36:08 +08:00
committed by Rob Bradford
parent f57d00cd66
commit 894a4dee6e
3 changed files with 3 additions and 2 deletions

View File

@@ -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 }