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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user