Add api crate unit tests
This commit is contained in:
parent
35a95fbc3d
commit
fffa9f35c0
2 changed files with 1318 additions and 1 deletions
|
@ -10,10 +10,14 @@ domain = { path = "../domain" }
|
|||
application = { path = "../application" }
|
||||
axum = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tower = "0.4"
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
tower-http = { version = "0.5", features = ["trace", "cors"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = "1.0"
|
||||
uuid = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
chrono = { workspace = true }
|
||||
hyper = "1.0"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue