mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
11 lines
244 B
TOML
11 lines
244 B
TOML
|
[package]
|
||
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
||
|
edition = "2018"
|
||
|
name = "serial-term"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.30"
|
||
|
consts = { path = "../../common/consts" }
|
||
|
ctrlc = "3.1.4"
|
||
|
serialport = "3.3.0"
|