Files
cloud-hypervisor/pci/Cargo.toml
2019-05-10 16:32:39 +02:00

17 lines
462 B
TOML

[package]
name = "pci"
version = "0.1.0"
authors = ["Samuel Ortiz <sameo@linux.intel.com>"]
edition = "2018"
[dependencies]
vm-allocator = { path = "../vm-allocator" }
byteorder = "*"
devices = { path = "../devices" }
kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls" }
kvm-bindings = "0.1"
libc = ">=0.2.39"
log = "*"
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
vmm-sys-util = { git = "https://github.com/liujing2/vmm-sys-util" }