crosvm/usb_util/Cargo.toml
Daniel Verkamp 3878e5c6ba usb_util: convert to ThisError and sort
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>
2021-10-06 21:38:30 +00:00

15 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" }