fw-anwesenheit/Cargo.toml
Philipp cc42e4b231 added arm target in .toml
fixed some shit
2025-04-16 17:32:45 +02:00

18 lines
410 B
TOML

[package]
name = "fw-anwesenheit"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = { version = "0.4.40", features = ["serde"] }
gpio = "0.4.1"
regex = "1.11.1"
rppal = "0.22.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
rocket = "0.5.1"
tokio = { version = "1.44.2", features = ["full"] }
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"