mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
a110d39ae6
TESTED=CQ BUG=b:204409584 Change-Id: I659e31d229b70ae8e98426c253730b1e46b55adf Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4219972 Reviewed-by: Dennis Kempin <denniskempin@google.com> Auto-Submit: Zihan Chen <zihanchen@google.com> Commit-Queue: Zihan Chen <zihanchen@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
15 lines
306 B
TOML
15 lines
306 B
TOML
[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" }
|
|
zerocopy = "*"
|