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