Proper MimeType handling with mycelium

This commit is contained in:
Slatian
2023-10-29 16:51:43 +01:00
parent bfa383ddbe
commit de179ea7fa
4 changed files with 30 additions and 19 deletions

View File

@ -25,3 +25,4 @@ tower-http = { version = "0.4", features = ["fs"] }
trust-dns-proto = "0.22"
trust-dns-resolver = { version = "0.22", features = ["dns-over-rustls","dns-over-https","dns-over-quic"] }
maxminddb = "0.23"
mime = "0.3"