- add: utils library
- add: packet-service to handle game client packets - fix: health check for database-service - fix: health check for auth-service
This commit is contained in:
@@ -24,6 +24,7 @@ async-trait = "0.1.83"
|
||||
mockall = "0.13.1"
|
||||
reqwest = { version = "0.12.9", features = ["json"] }
|
||||
warp = "0.3.7"
|
||||
utils = { path = "../utils" }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
Reference in New Issue
Block a user