1[package] 2name = "vm-allocator" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2018" 6 7[dependencies] 8libc = "0.2.102" 9vm-memory = "0.6.0" 10arch = { path = "../arch" } 11