summary refs log tree commit diff
path: root/usb_util/Cargo.toml
blob: fab07d6b567d188d9b24a842c11b1e169d08bc3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "usb_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
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"