[package] name = "arch" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2018" [dependencies] acpi_tables = { path = "../acpi_tables" } devices = { path = "../devices" } io_jail = { path = "../io_jail" } kernel_cmdline = { path = "../kernel_cmdline" } kvm = { path = "../kvm" } libc = "*" resources = { path = "../resources" } sync = { path = "../sync" } sys_util = { path = "../sys_util" } vm_control = { path = "../vm_control" } servers = { path = "../servers" }