summary refs log tree commit diff
path: root/usb_util/Cargo.toml
blob: ed505ffa64f465dd692503dc76b0785dbfb7b598 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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 = "*"
sys_util = { path = "../sys_util" }
usb_sys = { path = "../usb_sys" }