crosvm/usb_util/Cargo.toml

17 lines
384 B
TOML
Raw Normal View History

[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 = "0.2"
remain = "0.2"
thiserror = "1"
base = { path = "../base" }
usb_sys = { path = "../usb_sys" }
sync = { path = "../common/sync" }
zerocopy = { version = "0.7", features = ["derive"] }