mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vhost_user_block: Move binary into vhost_user_block crate
The binary is still built in the same location but the source code and the dependencies for it come from the vhost_user_block crate itself. The binary will be built with: `cargo build --all --bin vhost_user_block` or just `cargo build --all` Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
6959d27e8c
commit
72802b34cd
Generated
+1
-1
@@ -1430,7 +1430,7 @@ dependencies = [
|
|||||||
name = "vhost_user_block"
|
name = "vhost_user_block"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.2.1",
|
"clap",
|
||||||
"epoll",
|
"epoll",
|
||||||
"libc",
|
"libc",
|
||||||
"log 0.4.8",
|
"log 0.4.8",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.1.0"
|
clap = { version = "2.33.1", features=["wrap_help"] }
|
||||||
epoll = ">=4.0.1"
|
epoll = ">=4.0.1"
|
||||||
libc = "0.2.71"
|
libc = "0.2.71"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user