xref: /cloud-hypervisor/vm-allocator/Cargo.toml (revision 5a70d7ec69836ad66cdd1e4ea59414dcdaaeec8c)
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 = { workspace = true }
10
11[target.'cfg(target_arch = "aarch64")'.dependencies]
12arch = { path = "../arch" }
13