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

Refactor rc_microtransactions to use actix-web, remove rocket dependency

This commit is contained in:
NG (Graham)
2026-01-01 10:37:56 -05:00
parent 2293edec9d
commit ae091a7666
11 changed files with 160 additions and 572 deletions

View File

@@ -27,9 +27,7 @@ members = [
]
[workspace.dependencies]
rocket = { version = "0.5", features = [ "json" ] }
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd", "ws"] }
# actix-web 4.12 does not build properly for some reason...
actix-files = "0.6"
libfj = { version = "0.9", path = "../libfj" }
#libfj = { version = "0.8" }