seymourLifeRust/Cargo.toml

18 lines
398 B
TOML

#cargo-features = ["per-package-target"]
forced-target = "arm-unknown-linux-gnueabihf"
[package]
name = "seymour_poc_rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rppal = "0.14.1"
serialport = "4.2.0"
log = "0.4"
fern = "0.6.2"
chrono = "0.4.24"
once_cell = "1.17.1"
derivative = "2.2.0"