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

Add web adapter for vehicle factory

This commit is contained in:
NG (Graham)
2026-02-08 17:21:32 -05:00
parent 378d2d2cd8
commit dde005b371
7 changed files with 176 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ members = [
[workspace.dependencies]
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd", "ws"] }
actix-files = "0.6"
#libfj = { version = "0.9", path = "../libfj" }
libfj = { version = "0.9" }
libfj = { version = "0.10", path = "../libfj" }
#libfj = { version = "0.9" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }