Replace mime_guess dep with a simple function

This commit is contained in:
Marcin Kulik
2025-05-11 20:28:31 +02:00
parent 76ac4be5d7
commit 22cd6eead3
3 changed files with 18 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ tokio = { version = "1.44.2", features = ["full"] }
futures-util = "0.3.31"
tokio-stream = { version = "0.1.17", features = ["sync"] }
rust-embed = "8.2.0"
mime_guess = "2.0.4"
tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }