mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 13:14:05 +00:00
75f41a47c4
- VS: you can open more than one folder in the same VS workspace - current folder in VS code needs to be set to beginner/apps for "Run" to appear - rename `lsusb` to `usb-list` - recommend `usb-list` over `lsusb` - make `serial-term` behave like `screen`
11 lines
No EOL
253 B
TOML
11 lines
No EOL
253 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 = "../../advanced/common/consts" }
|
|
ctrlc = "3.1.4"
|
|
serialport = "3.3.0" |