Re-implementing the API
This commit is contained in:
@@ -23,8 +23,10 @@ reqwest = { version = "0.11", default-features = false, features = ["json"] }
|
||||
uuid = { version = "1.11.0", features = ["serde", "v4"] }
|
||||
redis = { version = "0.27.4", features = ["tokio-comp", "connection-manager", "r2d2"] }
|
||||
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"
|
||||
lazy_static = "1.5.0"
|
||||
futures = "0.3.31"
|
||||
axum-login = "0.16.0"
|
||||
|
||||
Reference in New Issue
Block a user