refactor: into files

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-10 00:25:46 +02:00
parent cf321d110e
commit 5395e8bb1e
5 changed files with 119 additions and 80 deletions

View File

@@ -23,3 +23,4 @@ sqlx = { version = "0.7.3", features = [
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
mad = { git = "https://github.com/kjuulh/mad", branch = "main" }
tokio-util = "0.7.11"