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



                                     
                
                  

              
                           
                                       
                                       
                                 
                                 

                                               

                                 
          
            


                                     

                    
              
[package]
name = "x86_64"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
build = "build.rs"

[dependencies]
arch = { path = "../arch" }
assertions = { path = "../assertions" }
data_model = { path = "../data_model" }
devices = { path = "../devices" }
io_jail = { path = "../io_jail" }
kernel_cmdline = { path = "../kernel_cmdline" }
kernel_loader = { path = "../kernel_loader" }
kvm = { path = "../kvm" }
kvm_sys = { path = "../kvm_sys" }
libc = "*"
remain = "*"
resources = { path = "../resources" }
sync = { path = "../sync" }
sys_util = { path = "../sys_util" }

[build-dependencies]
cc = "=1.0.25"