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

Add basic RC steam and user/pass authentication

This commit is contained in:
NGnius (Graham)
2025-01-27 19:52:57 -05:00
parent 82d0c3d0f3
commit 49357b2759
23 changed files with 488 additions and 86 deletions

View File

@@ -5,7 +5,9 @@ edition = "2021"
[features]
steam = ["steamworks"]
default = []
robocraft = []
cardlife = []
default = ["robocraft", "cardlife"]
[dependencies]
rocket.workspace = true
@@ -15,3 +17,4 @@ env_logger.workspace = true
uuid = { version = "1.12", features = [ "v4", "fast-rng" ] }
steamworks = { version = "0.11", optional = true }
hex = "0.4"
jsonwebtoken = "9"