seymourLifeRust/Cargo.toml
Blizzard Finnegan cca2e44a01
Update version information
Blind push to stable, part 2 -_-
2023-05-25 11:16:00 -04:00

21 lines
404 B
TOML

#cargo-features = ["per-package-target"]
[package]
name = "seymour_poc_rust"
version = "2.0.1"
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"
time = "0.2.23"
[dev-dependencies]
time = "0.2.23"