Updated world service to become a manager of game logic instances for each map.

This commit is contained in:
2025-06-08 16:04:50 -04:00
parent 9088c04bc8
commit 6f18b53913
5 changed files with 302 additions and 9 deletions

View File

@@ -7,13 +7,10 @@ edition = "2021"
utils = { path = "../utils" }
dotenv = "0.15"
tokio = { version = "1.41.1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "chrono"] }
tonic = "0.12.3"
prost = "0.13.4"
warp = "0.3.7"
tonic-health = "0.12.3"
serde_json = "1.0.140"
kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["latest"] }
tracing = "0.1.41"
[build-dependencies]
tonic-build = "0.12.3"
tonic-build = "0.12.3"