embedded-trainings-2020/tools/dongle-flash/Cargo.toml
Jorge Aparicio 53d10f9a4a squashed
2020-06-09 11:58:27 +02:00

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"