mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +00:00
10 lines
194 B
TOML
10 lines
194 B
TOML
|
[package]
|
||
|
name = "vm-allocator"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The Chromium OS Authors"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
libc = "*"
|
||
|
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }
|