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
+6 -6
View File
@@ -6,13 +6,13 @@ edition = "2024"
[dependencies]
imphnen-libs.workspace = true
imphnen-utils.workspace = true
async-trait = "0.1"
async-trait = { workspace = true }
imphnen-entities.workspace = true
axum.workspace = true
serde.workspace = true
serde_json.workspace = true
oauth2 = "4.4.2"
reqwest = { version = "0.11", features = ["json"] }
serde_json = { workspace = true }
oauth2 = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
utoipa.workspace = true
lazy_static.workspace = true
regex.workspace = true
@@ -34,6 +34,6 @@ uuid.workspace = true
[dev-dependencies]
dotenvy.workspace = true
tokio-test = "0.4.2"
mockall = "0.12.1"
tokio-test = { workspace = true }
mockall = { workspace = true }
http-body-util.workspace = true