[package]
authors = ["The Chromium OS Authors"]
edition = "2021"
name = "vm-allocator"
version = "0.1.0"

[dependencies]
libc = "0.2.158"
vm-memory = { workspace = true }

[target.'cfg(target_arch = "aarch64")'.dependencies]
arch = { path = "../arch" }