From 3659f4f74a037e074833e49059e3d7ccc3ab2370 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 22 Apr 2025 20:04:05 -0400 Subject: [PATCH] Crate cleanup --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0d8df6..f11a69a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }