[package] name = "vm-allocator" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2018" [dependencies] libc = "0.2.60" vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }