mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
13 lines
241 B
TOML
13 lines
241 B
TOML
|
[package]
|
||
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
||
|
edition = "2018"
|
||
|
name = "dongle-flash"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.31"
|
||
|
ihex = "1.1.2"
|
||
|
serialport = "3.3.0"
|
||
|
tempfile = "3.1.0"
|
||
|
xmas-elf = "0.7.0"
|