finish primitive server logic

This commit is contained in:
csehviktor
2025-07-03 06:12:42 +02:00
parent 18f56ad5cc
commit 17d94c8715
4 changed files with 2912 additions and 15 deletions

View File

@@ -4,3 +4,10 @@ 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"