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