mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 08:15:36 +00:00
12 lines
304 B
TOML
12 lines
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" }
|