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

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