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

Add minimal robot factory functionality and arc archive support for #6

This commit is contained in:
NG (Graham)
2025-05-17 23:06:07 -04:00
parent 3f0c30f6c3
commit 3f1438c068
34 changed files with 869 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ members = [
"rc_social", "rc_social_room",
"rc_chat", "rc_chat_room",
"rc_singleplayer", "rc_singleplayer_room",
"rc_core", "rc_database",
"rc_core", "rc_database", "rc_factory",
]
[workspace.dependencies]
@@ -34,3 +34,4 @@ polariton_server = { version = "0.2", path = "../polariton/server", features = [
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
async-trait = "0.1"
chrono = "0.4"