mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
3878e5c6ba
BUG=b:197143586 TEST=cargo check Change-Id: I747bd7889182addbe1781a6726f10f140c192d5e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3105428 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com>
14 lines
299 B
TOML
14 lines
299 B
TOML
[package]
|
|
name = "usb_util"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
assertions = { path = "../assertions" }
|
|
data_model = { path = "../data_model" }
|
|
libc = "*"
|
|
remain = "*"
|
|
thiserror = "*"
|
|
base = { path = "../base" }
|
|
usb_sys = { path = "../usb_sys" }
|