cloud-hypervisor/vm-allocator/Cargo.toml
Rob Bradford ac950d9a97 build: Bulk update dependencies
Update all dependencies with "cargo upgrade" with the exception of
vmm-sys-utils which needs some extra porting work.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-08-02 15:22:37 +02:00

10 lines
199 B
TOML
Executable File

[package]
name = "vm-allocator"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
libc = "0.2.60"
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }