summary refs log tree commit diff
path: root/acpi_tables/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'acpi_tables/Cargo.toml')
-rw-r--r--acpi_tables/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/acpi_tables/Cargo.toml b/acpi_tables/Cargo.toml
new file mode 100644
index 0000000..80518bb
--- /dev/null
+++ b/acpi_tables/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "acpi_tables"
+version = "0.1.0"
+authors = ["The Chromium OS Authors"]
+edition = "2018"
+
+[dependencies]
+data_model = { path = "../data_model" }