blob: a52b7dcbb79ec4e68ed5c00a9dec4977200a1d35 [file] [log] [blame]
[package]
name = "usb_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
assertions = { path = "../common/assertions" }
data_model = { path = "../common/data_model" }
libc = "*"
remain = "*"
thiserror = "*"
base = { path = "../common/base" }
usb_sys = { path = "../usb_sys" }