cloud-hypervisor/net_gen/Cargo.toml
Samuel Ortiz ac328df87c cloud-hypervisor: Switch to the vmm-sys-util pending PR branch
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-10 16:32:39 +02:00

8 lines
167 B
TOML

[package]
name = "net_gen"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }