embedded-trainings-2020/advanced/host/print-descs/Cargo.toml
Jorge Aparicio fcf0e310ab - rework RTIC resources section in the adv. material
- change the USB PID so it matches the date of the workshop
2020-06-16 10:21:25 +02:00

13 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/" }