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

Replace rc_static_data with general CDN implementation

This commit is contained in:
NG (Graham)
2025-05-24 13:42:53 -04:00
parent 4f0bcde7d8
commit e7de53929d
16 changed files with 553 additions and 141 deletions

View File

@@ -13,10 +13,10 @@ readme = "README.md"
[workspace]
members = [
"auth",
"auth", "cdn",
"polariton_auth",
"rc_services", "rc_services_room",
"rc_static_data", "rc_microtransactions",
"rc_microtransactions",
"rc_social", "rc_social_room",
"rc_chat", "rc_chat_room",
"rc_singleplayer", "rc_singleplayer_room",
@@ -25,6 +25,8 @@ members = [
[workspace.dependencies]
rocket = { version = "0.5.1", features = [ "json" ] }
actix-web = { version = "4" }
actix-files = "0.6"
libfj = { version = "0.7.5", path = "../libfj" }
log = "0.4"
env_logger = "0.11"