This commit is contained in:
Dongho Kim
2025-12-18 07:36:51 +09:00
parent 4b606e28da
commit 1dcdce3ef1
52 changed files with 3872 additions and 1788 deletions

View File

@@ -14,3 +14,8 @@ tower = "0.4"
tower-http = { version = "0.5", features = ["cors", "fs", "compression-full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
async-trait = "0.1"
[dev-dependencies]
mockall = "0.12"
tokio-test = "0.4"