a
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user