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

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

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