seymourLifeRust/Cargo.toml
Blizzard Finnegan b935fdf043
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m25s
Basic Cargo Checks / docker-check (push) Successful in 3m35s
Increase verbosity in initialisation
Also, version number bump
2023-06-19 15:18:40 -04:00

22 lines
457 B
TOML

#cargo-features = ["per-package-target"]
[package]
name = "seymour_life_rust"
version = "2.3.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"