mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
9e372a8e48
The older version of pnet had a bug which broke some of the behaviour that the unit tests relied upon. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
18 lines
341 B
TOML
18 lines
341 B
TOML
[package]
|
|
name = "net_util"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
|
|
[dependencies]
|
|
libc = ">=0.2.39"
|
|
rand = ">=0.6.5"
|
|
serde = ">=1.0.27"
|
|
|
|
net_gen = { path = "../net_gen" }
|
|
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
|
|
|
|
[dev-dependencies]
|
|
lazy_static = ">=1.1.0"
|
|
pnet = "=0.22.0"
|
|
serde_json = ">=1.0.9"
|