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