Implemented roll request, updated API requests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user