This commit is contained in:
MythEclipse
2025-08-11 23:06:45 +07:00
parent d2754de9ef
commit d7178c792d
4 changed files with 19 additions and 14 deletions
+10 -5
View File
@@ -16,10 +16,12 @@ members = [
[workspace.dependencies]
oauth2 = "4.4.2"
reqwest = { version = "0.11.24", features = ["json"] }
serde_json = "1.0.111"
axum = { version = "0.8.4", features = ["multipart"] }
log = "0.4.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
tokio = { version = "1.45.0", features = ["full"] }
argon2 = { version = "0.5.3", features = ["password-hash"] }
jsonwebtoken = "9.3.1"
@@ -43,16 +45,19 @@ fancy-regex = "0.15.0"
futures = "0.3.31"
tower = "0.5.2"
env_logger = "0.11.8"
dotenvy = "0.15.7"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }
once_cell = "1.21.3"
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
strum = { version = "0.27.1", features = ["derive"] }
strum_macros = "0.27.1"
hyper = "1.6.0"
hyper-util = "0.1.0"
async-trait = "0.1.75"
async-trait = "0.1.77"
tokio-test = "0.4.3"
mockall = "0.12.1"
once_cell = "1.19.0"
dotenvy = "0.15.7"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tokio-tungstenite = "0.23"
url = "2.5"
futures-util = "0.3"