spidrs/Cargo.toml
finga 556d43654b Minimal working prototype
Device path and further parameters are hardcoded and stdin is read in
a loop. At least data is already sent to the spidriver..
2021-02-11 00:08:21 +01:00

11 lines
177 B
TOML

[package]
name = "spidrs"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
serial-embedded-hal = "0.1"
spidriver = "0.1"