mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-10 22:57:43 +00:00
89af7dcb2b
Updating Cloud Hypervisor to rely on vm-memory version 0.7.0. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
11 lines
186 B
TOML
11 lines
186 B
TOML
[package]
|
|
name = "vm-allocator"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.112"
|
|
vm-memory = "0.7.0"
|
|
arch = { path = "../arch" }
|