crosvm/acpi_tables/Cargo.toml

10 lines
175 B
TOML
Raw Normal View History

[package]
name = "acpi_tables"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
data_model = { path = "../data_model" }
tempfile = "3"