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

Stub out payment store web server #9, implement/fix last of login process #8

This commit is contained in:
NGnius (Graham)
2025-03-02 09:52:44 -05:00
parent 7e31f6fe1d
commit f004ca8565
15 changed files with 123 additions and 21 deletions

10
Cargo.lock generated
View File

@@ -1781,6 +1781,16 @@ dependencies = [
"tokio",
]
[[package]]
name = "rc_microtransactions"
version = "0.1.0"
dependencies = [
"env_logger",
"libfj",
"log",
"rocket",
]
[[package]]
name = "rc_services"
version = "0.1.0"