cloud-hypervisor/acpi_tables/Cargo.toml

10 lines
188 B
TOML
Raw Normal View History

[package]
name = "acpi_tables"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
vm-memory = { git = "https://github.com/rust-vmm/vm-memory" }