seymourLifeRust/Cargo.toml
Blizzard Finnegan c0d13009a4
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m26s
Basic Cargo Checks / docker-check (push) Successful in 4m5s
Update documentation re: cross-compilation
2023-06-21 16:11:41 -04:00

25 lines
666 B
TOML

#This feature is currently limited to nightly versions of cargo.
#cargo-features = ["per-package-target"]
[package]
name = "seymour_life"
version = "2.3.2"
edition = "2021"
#This feature is currently limited to nightly versions of cargo.
#forced-target="aarch64-unknown-linux-musl"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rppal = "0.14.1"
serialport = { version = "4.2.0", default-features = false }
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"