2018-11-02 07:27:48 +00:00
|
|
|
[package]
|
|
|
|
name = "usb_util"
|
|
|
|
version = "0.1.0"
|
2022-12-29 21:24:33 +00:00
|
|
|
authors = ["The ChromiumOS Authors"]
|
2022-03-08 01:16:09 +00:00
|
|
|
edition = "2021"
|
2018-12-04 21:08:31 +00:00
|
|
|
|
2018-11-02 07:27:48 +00:00
|
|
|
[dependencies]
|
2022-10-27 19:30:07 +00:00
|
|
|
static_assertions = "1.1"
|
2021-10-27 18:04:03 +00:00
|
|
|
data_model = { path = "../common/data_model" }
|
2024-05-21 22:37:42 +00:00
|
|
|
libc = "0.2"
|
|
|
|
remain = "0.2"
|
|
|
|
thiserror = "1"
|
2022-03-16 19:16:04 +00:00
|
|
|
base = { path = "../base" }
|
2019-07-10 00:21:54 +00:00
|
|
|
usb_sys = { path = "../usb_sys" }
|
2023-09-20 05:59:56 +00:00
|
|
|
sync = { path = "../common/sync" }
|
2023-09-20 19:11:35 +00:00
|
|
|
zerocopy = { version = "0.7", features = ["derive"] }
|