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

12 lines
279 B
TOML
Raw Normal View History

2020-06-09 09:52:27 +00:00
[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
2020-07-10 09:09:33 +00:00
license = "MIT OR Apache-2.0"
name = "usb-list"
2020-07-10 09:09:33 +00:00
version = "0.0.0"
2020-06-09 09:52:27 +00:00
[dependencies]
consts = { path = "../../advanced/common/consts" }
2020-07-13 14:27:13 +00:00
pids = { path = "../../common/pids" }
2020-06-09 09:52:27 +00:00
rusb = "0.5.5"