mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
1fc0b94fcd
vm-memory 0.4.0 now contains all our fixes. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
11 lines
185 B
TOML
11 lines
185 B
TOML
[package]
|
|
name = "vm-allocator"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.80"
|
|
vm-memory = "0.4.0"
|
|
arch = { path = "../arch" }
|