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

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