summary refs log tree commit diff
path: root/usb_util/Cargo.toml
blob: a0984a2eab0cb0528fc6610b90174d26393de4b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"