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