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

[features]
sandboxed-libusb = []

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

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