summary refs log blame commit diff
path: root/hypervisor/Cargo.toml
blob: db3a095a9403cbc1fba11c3be645e8dff557f0ac (plain) (tree)
1
2
3
4
5
6
7
8
9






                                     

                                     
          
                         
                                 

                                   
[package]
name = "hypervisor"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
bit_field = { path = "../bit_field" }
enumn = { path = "../enumn" }
libc = "*"
kvm = { path = "../kvm" }
kvm_sys = { path = "../kvm_sys" }
sync = { path = "../sync" }
sys_util = { path = "../sys_util" }