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

Create RC primary service (load balancer)

This commit is contained in:
NGnius (Graham)
2025-02-05 21:19:27 -05:00
parent 49357b2759
commit e7ceefceb3
14 changed files with 1049 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ edition = "2021"
[workspace]
members = [
"auth", "rc_static_data",
"auth", "polariton_auth", "rc_services", "rc_static_data",
]
[workspace.dependencies]
@@ -13,3 +13,5 @@ rocket = { version = "0.5.1", features = [ "json" ] }
libfj = { version = "0.7.5", path = "../libfj" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }
polariton = { version = "*", path = "../polariton" }