cloud-hypervisor/vm-allocator/Cargo.toml
Bo Chen 4d7a4c598a build: Upgrade vm-memory crates and its consumers
Signed-off-by: Bo Chen <chen.bo@intel.com>
2023-11-14 09:17:42 +00:00

13 lines
241 B
TOML

[package]
name = "vm-allocator"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
libc = "0.2.147"
vm-memory = "0.13.1"
[target.'cfg(target_arch = "aarch64")'.dependencies]
arch = { path = "../arch" }