mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add proof-of-concept server intercom service through auth server
This commit is contained in:
@@ -18,6 +18,7 @@ chrono.workspace = true
|
||||
polariton_server.workspace = true
|
||||
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util", "time" ] }
|
||||
async-trait.workspace = true
|
||||
futures.workspace = true
|
||||
rand.workspace = true
|
||||
num-quaternion.workspace = true
|
||||
|
||||
@@ -29,6 +30,7 @@ argon2 = { version = "0.5", features = [ "std" ] }
|
||||
# intercom
|
||||
sha2 = "0.10"
|
||||
reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls", "charset" ] }
|
||||
reqwest-websocket = { version = "0.5", default-features = false, features = [ "json" ] }
|
||||
|
||||
oj_rc_database = { version = "*", path = "../rc_database" }
|
||||
oj_rc_factory = { version = "*", path = "../rc_factory" }
|
||||
|
||||
Reference in New Issue
Block a user