summary refs log tree commit diff
path: root/gpu_display/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gpu_display/Cargo.toml')
-rw-r--r--gpu_display/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpu_display/Cargo.toml b/gpu_display/Cargo.toml
new file mode 100644
index 0000000..fbd16ff
--- /dev/null
+++ b/gpu_display/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "gpu_display"
+version = "0.1.0"
+authors = ["The Chromium OS Authors"]
+
+[dependencies]
+data_model = { path = "../data_model" }
+libc = "*"
+sys_util = { path = "../sys_util" }
+
+[build-dependencies]
+cc = "=1.0.15"