Implemented roll request, updated API requests

This commit is contained in:
2024-12-20 15:13:31 -05:00
parent bb03654d5f
commit 8ac0e59b8c
23 changed files with 459 additions and 150 deletions

View File

@@ -26,7 +26,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "signal"] }
regex = "1.11.0"
axum = "0.7.7"
axum = { version = "0.7.7", features = ["json"] }
axum-extra = { version = "0.9.6", features = ["typed-header"] }
lazy_static = "1.5.0"
jsonwebtoken = "9.3.0"