cloud-hypervisor/vm-allocator/Cargo.toml

13 lines
253 B
TOML
Raw Normal View History

[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" }