mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vhost_user_net: Move binary into vhost_user_net crate
The binary is still built in the same location but the source code and the dependencies for it come from the vhost_user_net crate itself. The binary will be built with: `cargo build --all --bin vhost_user_net` or just `cargo build --all` Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
7548283feb
commit
6959d27e8c
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1469,7 +1469,7 @@ dependencies = [
|
||||
name = "vhost_user_net"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitflags 1.2.1",
|
||||
"clap",
|
||||
"epoll",
|
||||
"libc",
|
||||
"log 0.4.8",
|
||||
|
||||
Reference in New Issue
Block a user