mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
18 lines
369 B
TOML
18 lines
369 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.45.1", features = ["full"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
common = { path = "../common" }
|
|
anyhow = "1.0.98"
|
|
rumqttd = "0.19.0"
|
|
toml = "0.8.23"
|
|
warp = "0.3.7"
|
|
rusqlite = "0.36.0"
|
|
chrono = "0.4.41"
|
|
async-trait = "0.1.88"
|
|
futures-util = "0.3.31"
|