blob: 2f7adea003f97f1ab93700232acf094610031494 [file] [log] [blame]
[package]
name = "vhost"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
assertions = { path = "../common/assertions" }
libc = "*"
net_util = { path = "../net_util" }
base = { path = "../common/base" }
remain = "*"
thiserror = "*"
virtio_sys = { path = "../virtio_sys" }
vm_memory = { path = "../vm_memory" }