mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-11 11:11:19 +00:00
12 lines
No EOL
283 B
TOML
12 lines
No EOL
283 B
TOML
[package]
|
|
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
name = "serial-term"
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.30"
|
|
consts = { path = "../../advanced/common/consts" }
|
|
ctrlc = "3.1.4"
|
|
serialport = "3.3.0" |