mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
12 lines
No EOL
304 B
TOML
12 lines
No EOL
304 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
name = "change-channel"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.27"
|
|
consts = { path = "../../advanced/common/consts" }
|
|
hidapi = "1.2.2"
|
|
pids = { path = "../../common/pids" } |