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

[dependencies]
libc = "*"
kvm_sys = { path = "../kvm_sys" }
sys_util = { path = "../sys_util" }
msg_socket = { path = "../msg_socket" }