controller/Cargo.toml

31 lines
631 B
TOML
Raw Normal View History

2024-04-30 08:38:13 +00:00
[package]
name = "emgauwa-controller"
2024-12-25 18:50:26 +00:00
version = "0.5.2"
2024-04-30 08:38:13 +00:00
edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
[dependencies]
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git" }
actix = "0.13"
tokio = { version = "1.34", features = ["io-std", "macros", "rt-multi-thread"] }
2024-12-25 18:50:26 +00:00
tokio-tungstenite = "0.26"
2024-04-30 08:38:13 +00:00
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
2024-05-03 11:32:18 +00:00
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
2024-04-30 08:38:13 +00:00
futures = "0.3"
futures-channel = "0.3"
2024-12-25 18:50:26 +00:00
rppal = "0.22"
rppal-pfd = "0.1"
rppal-mcp23s17 = "0.1"