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

Fill store page

This commit is contained in:
NG (Graham)
2026-02-25 21:19:12 -05:00
parent cab6774366
commit dfe95c2ee9
9 changed files with 402 additions and 13 deletions

View File

@@ -16,3 +16,10 @@ git-version.workspace = true
clap.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { version = "1.43", features = [ "net", "macros", "rt-multi-thread", "io-util" ] }
# token transforming
jsonwebtoken.workspace = true
oj_rc_core = { version = "*", path = "../rc_core" }
sha2 = "0.10"
hex.workspace = true