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

[dependencies]
devices = { path = "../devices" }
kvm = { path = "../kvm" }
sys_util = { path = "../sys_util" }
resources = { path = "../resources" }
kernel_cmdline = { path = "../kernel_cmdline" }
libc = "*"