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

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