spidrs/Cargo.toml
finga 6deaff5af9 Parse command line arguments.
All available parameters can be passed as arguments with clap.  Port,
baud rate, char size, parity, stop bits and flow control can now be
specified.
2021-02-11 02:35:08 +01:00

13 lines
250 B
TOML

[package]
name = "spidrs"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
description = "A small cli program for spidriver."
[dependencies]
anyhow = "1.0"
serial-embedded-hal = "0.1"
spidriver = "0.1"
clap = "3.0.0-beta.2"