1[package] 2name = "vhost" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8static_assertions = "1.1" 9libc = "0.2" 10net_util = { path = "../net_util" } 11base = { path = "../base" } 12remain = "0.2" 13thiserror = "1" 14virtio_sys = { path = "../virtio_sys" } 15vm_memory = { path = "../vm_memory" } 16