summary refs log tree commit diff
path: root/usb_util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'usb_util/Cargo.toml')
-rw-r--r--usb_util/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/usb_util/Cargo.toml b/usb_util/Cargo.toml
new file mode 100644
index 0000000..a0984a2
--- /dev/null
+++ b/usb_util/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "usb_util"
+version = "0.1.0"
+authors = ["The Chromium OS Authors"]
+build = "build.rs"
+
+[dependencies]
+data_model = { path = "../data_model" }
+
+[build-dependencies]
+pkg-config = "=0.3.11"