summary refs log tree commit diff
path: root/vhost/Cargo.toml
blob: 4c15ad6c45877a79b52ad3d8755b2198917e9f64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "vhost"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dependencies]
libc = "*"
net_util = { path = "../net_util" }
sys_util = { path = "../sys_util" }
virtio_sys = { path = "../virtio_sys" }