10 lines
196 B
TOML
10 lines
196 B
TOML
[package]
|
|
name = "acpi_tables"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../data_model" }
|
|
tempfile = { path = "../tempfile" }
|