seymourLifeRust/Cargo.toml
Blizzard Finnegan 823543ff03
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m24s
Basic Cargo Checks / docker-check (push) Successful in 3m32s
Update init and project name
Project is no longer Proof Of Concept.
Modified Device init to be more consistent.
Started explicit typing of variables.
2023-06-16 09:53:46 -04:00

22 lines
457 B
TOML

#cargo-features = ["per-package-target"]
[package]
name = "seymour_life_rust"
version = "2.2.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"
time = "0.2.23"
clap = { version = "4.3.2", features = ["derive"] }
[dev-dependencies]
time = "0.2.23"