From fc86ebbadc2ccc0e996467dfe848fa50f947bafb Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 17:27:24 -0400 Subject: [PATCH] Cargo.toml cleanup --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5dc236..e3897bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,6 @@ tokio = { version = "1.45.1", features = ["full"] } tokio-util = { version = "0.7.15" } tower-http = { version = "0.6.6", features = ["timeout"] } tracing-subscriber = "0.3.19" -# mime = { version = "0.3.17" } -# mime_guess = { version = "2.0.5" } futures = { version = "0.3.31" } uuid = { version = "1.17.0", features = ["v4", "serde"] } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }