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

Enable premium, add custom avatar saving support to complete #10

This commit is contained in:
NG (Graham)
2025-08-13 17:36:44 -04:00
parent 2642767a27
commit a8692b2839
16 changed files with 178 additions and 17 deletions

4
Cargo.lock generated
View File

@@ -2617,6 +2617,7 @@ dependencies = [
"env_logger",
"git-version",
"log",
"oj_rc_core",
"tokio",
"zip",
]
@@ -2700,8 +2701,10 @@ dependencies = [
"polariton 0.3.0",
"polariton_server",
"rand 0.9.0",
"reqwest",
"serde",
"serde_json",
"sha2",
"tokio",
]
@@ -3499,6 +3502,7 @@ checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
dependencies = [
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"http 1.2.0",