crosvm/acpi_tables/Cargo.toml

10 lines
181 B
TOML
Raw Normal View History

[package]
name = "acpi_tables"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
data_model = { path = "../common/data_model" }
tempfile = "3"