blob: 1ab1cf2024f8ffd66c1f338ff8a91e25f06fc606 [file] [log] [blame]
[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"