Added callers moulde #120

Merged
kdeng00 merged 44 commits from add_queue_endpoint into v0.2 2025-04-22 20:08:24 -04:00
Showing only changes of commit 3659f4f74a - Show all commits
+2 -4
View File
@@ -11,11 +11,9 @@ tower = { version = "0.5.2" }
tokio = { version = "1.44.2", features = ["full"] }
tokio-util = { version = "0.7.14" }
tower-http = { version = "0.6.2", features = ["timeout"] }
multer = { version = "3.1.0" }
bytes = { version = "1.10.1" }
tracing-subscriber = "0.3.19"
mime = { version = "0.3.17" }
mime_guess = { version = "2.0.5" }
# mime = { version = "0.3.17" }
# mime_guess = { version = "2.0.5" }
futures = { version = "0.3.31" }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }