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