embedded-trainings-2020/tools/usb-list/Cargo.toml

11 lines
241 B
TOML

[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
name = "usb-list"
version = "0.0.0"
[dependencies]
consts = { path = "../../advanced/common/consts" }
rusb = "0.5.5"