mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
115cc1ff8e
Separated out of CL:1513058 to make it possible to land parts individually while the affected crate has no other significant CLs pending. This avoids repeatedly introducing non-textual conflicts with new code that adds `use` statements. TEST=cargo check TEST=cargo check --all-features TEST=cargo check --target aarch64-unknown-linux-gnu Change-Id: Ibe8274ab3494d3562e3bc79bfd88193db88679c7 Reviewed-on: https://chromium-review.googlesource.com/1520071 Commit-Ready: David Tolnay <dtolnay@chromium.org> Tested-by: David Tolnay <dtolnay@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: David Tolnay <dtolnay@chromium.org>
17 lines
323 B
TOML
17 lines
323 B
TOML
[package]
|
|
name = "usb_util"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
sandboxed-libusb = []
|
|
|
|
[dependencies]
|
|
assertions = { path = "../assertions" }
|
|
data_model = { path = "../data_model" }
|
|
sync = { path = "../sync" }
|
|
|
|
[build-dependencies]
|
|
pkg-config = "=0.3.11"
|