xref: /cloud-hypervisor/vm-allocator/Cargo.toml (revision 5641e3a283db4149052b1e9278c640bcef8a000e)
1[package]
2name = "vm-allocator"
3version = "0.1.0"
4authors = ["The Chromium OS Authors"]
5edition = "2021"
6
7[dependencies]
8libc = "0.2.153"
9vm-memory = "0.14.0"
10
11[target.'cfg(target_arch = "aarch64")'.dependencies]
12arch = { path = "../arch" }
13