1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add server for game data (implement login sequence)

This commit is contained in:
NGnius (Graham)
2025-02-12 18:46:27 -05:00
parent ca4a0ce675
commit d8885d811f
52 changed files with 2734 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[workspace]
members = [
"auth", "polariton_auth", "rc_services", "rc_static_data",
"auth", "polariton_auth", "rc_services", "rc_static_data", "rc_services_room"
]
[workspace.dependencies]
@@ -14,4 +14,5 @@ libfj = { version = "0.7.5", path = "../libfj" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }
polariton = { version = "*", path = "../polariton" }
polariton = { version = "0.1", path = "../polariton" }
polariton_server = { version = "0.1", path = "../polariton/server" }