mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 21:57:12 +08:00
(tools, server) feat: Replace TCP server with gRPC server
This commit is contained in:
@@ -8,4 +8,10 @@ description = "The game server."
|
||||
chrono = "0.4"
|
||||
colored = "3"
|
||||
log = "0.4"
|
||||
# The prost version must match with that of tonic, or the building will fail.
|
||||
prost = "0.13"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tonic = "0.13"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.13"
|
||||
|
||||
Reference in New Issue
Block a user