mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
12 lines
241 B
TOML
12 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"
|