mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
fcf0e310ab
- change the USB PID so it matches the date of the workshop
12 lines
322 B
TOML
12 lines
322 B
TOML
[package]
|
|
name = "print-descs"
|
|
version = "0.1.0"
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rusb = "0.5.5"
|
|
anyhow = "1.0.31"
|
|
consts = { path = "../../common/consts/" }
|