summary refs log tree commit diff
path: root/usb_sys/Cargo.toml
blob: 15cc26fcc42f2503efdb6d4ce5975def4aa37c12 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "usb_sys"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
sys_util = { path = "../sys_util" }