Axum api server with json and "conf" file support.

This commit is contained in:
Ara Sadoyan
2025-02-20 18:44:12 +01:00
parent 3b37582f59
commit 1338d04963
6 changed files with 235 additions and 44 deletions

View File

@@ -25,4 +25,7 @@ env_logger = { version = "0.11.6" }
log = "0.4.25"
futures = "0.3.31"
notify = "8.0.0"
axum = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"