mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
11 lines
279 B
TOML
11 lines
279 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" }
|
|
pids = { path = "../../common/pids" }
|
|
rusb = "0.5.5"
|