embedded-trainings-2020/tools/usb-list/Cargo.toml
Jorge Aparicio 75f41a47c4 - remove outdated notes
- 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`
2020-06-12 11:45:57 +02:00

10 lines
211 B
TOML

[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
name = "usb-list"
version = "0.1.0"
[dependencies]
consts = { path = "../../advanced/common/consts" }
rusb = "0.5.5"