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

Load more config data from files (instead of hardcoded)

This commit is contained in:
NGnius (Graham)
2025-03-30 17:54:06 -04:00
parent 0e048a17b1
commit a540cf6d8f
17 changed files with 244 additions and 42 deletions

View File

@@ -17,3 +17,4 @@ serde.workspace = true
serde_json.workspace = true
chrono = "0.4"
rc_core = { version = "*", path = "../rc_core" }
rand = "0.9"