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

[features]
sandboxed-libusb = []

[dependencies]
byteorder = "*"
data_model = { path = "../data_model" }
kvm = { path = "../kvm" }
libc = "*"
sys_util = { path = "../sys_util" }
resources = { path = "../resources" }
msg_socket = { path = "../msg_socket" }