feat(backend): infer file type from extension using mime_guess

This commit is contained in:
2026-05-29 00:56:02 +03:00
parent 2501f6ca67
commit 5cc384b3c0
3 changed files with 5 additions and 3 deletions

1
backend/Cargo.lock generated
View File

@@ -192,6 +192,7 @@ dependencies = [
"dotenvy",
"futures-util",
"lazy-regex",
"mime_guess",
"opendal",
"rand 0.10.1",
"serde",