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

15
Cargo.lock generated
View File

@@ -2589,6 +2589,7 @@ dependencies = [
"polariton",
"polariton_server",
"rc_database",
"rc_factory",
"serde",
"serde_json",
"tokio",
@@ -2603,6 +2604,18 @@ dependencies = [
"sea-orm-migration",
]
[[package]]
name = "rc_factory"
version = "0.2.0"
dependencies = [
"async-trait",
"base64 0.22.1",
"chrono",
"libfj",
"log",
"sea-orm",
]
[[package]]
name = "rc_microtransactions"
version = "0.2.0"
@@ -2636,12 +2649,14 @@ dependencies = [
"clap",
"env_logger",
"hex",
"libfj",
"log",
"polariton",
"polariton_auth",
"polariton_server",
"rand 0.9.0",
"rc_core",
"rc_factory",
"serde",
"serde_json",
"tokio",