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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user