On essaie de faire démarer un serveur web

This commit is contained in:
2025-09-23 20:54:50 +02:00
parent 4039651be4
commit c2390893b6
37 changed files with 5139 additions and 56 deletions

View File

@@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
pmoconfig = { path = "../pmoconfig" }
pmoupnp = { path = "../pmoupnp"}
tokio = { version = "1.35", features = ["rt-multi-thread", "macros", "sync", "time","signal"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
axum = "0.8.4"
serde_json = "1.0.145"