mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add social server and implement all op codes up until chat room connection blocks further requests
This commit is contained in:
@@ -5,7 +5,12 @@ edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"auth", "polariton_auth", "rc_services", "rc_static_data", "rc_services_room"
|
||||
"auth",
|
||||
"polariton_auth",
|
||||
"rc_services", "rc_services_room",
|
||||
"rc_static_data",
|
||||
"rc_social", "rc_social_room",
|
||||
"rc_chat", "rc_chat_room"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user