summary refs log tree commit diff
path: root/usb_util/Cargo.toml
blob: bdb11f0c06047f0b1bd0b3aa74b9caf68e5bd501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "usb_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
build = "build.rs"

[dependencies]
assertions = { path = "../assertions" }
data_model = { path = "../data_model" }
sync = { path = "../sync" }

[build-dependencies]
pkg-config = "=0.3.11"