mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
13 lines
322 B
TOML
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/" }
|