26 lines
681 B
TOML
26 lines
681 B
TOML
#This feature is currently limited to nightly versions of cargo.
|
|
#cargo-features = ["per-package-target"]
|
|
|
|
[package]
|
|
name = "seymour_life"
|
|
version = "2.3.3"
|
|
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"] }
|
|
glob = "0.3.1"
|
|
|
|
[dev-dependencies]
|
|
time = "0.2.23"
|