blob: 3e36ecfeef6b4ee80485172d11a4ca843e43d35d [file] [log] [blame]
[package]
name = "usb_util"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
static_assertions = "1.1"
data_model = { path = "../common/data_model" }
libc = "*"
remain = "*"
thiserror = "*"
base = { path = "../base" }
usb_sys = { path = "../usb_sys" }
sync = { path = "../common/sync" }
zerocopy = { version = "0.7", features = ["derive"] }