• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "vhost"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2018"
6
7[dependencies]
8assertions = { path = "../assertions" }
9libc = "*"
10net_util = { path = "../net_util" }
11base = { path = "../base" }
12virtio_sys = { path = "../virtio_sys" }
13vm_memory = { path = "../vm_memory" }
14