aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 06:03:33 +0000
committerFuwn <[email protected]>2022-03-27 06:03:33 +0000
commitaa279f066b61338d55c0c6da5171f78ff9c00d95 (patch)
treebf270166bffb4622e3bb2e027707b71b05e2501d /Cargo.toml
parentrefactor(tokio): reexport main (diff)
downloadwindmark-aa279f066b61338d55c0c6da5171f78ff9c00d95.tar.xz
windmark-aa279f066b61338d55c0c6da5171f78ff9c00d95.zip
feat(response): respond with file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48c5342..79bdb65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,3 +33,6 @@ log = "0.4.16"
url = "2.2.2"
regex = "1.5.5"
matchit = "0.5.0"
+
+# MIME
+tree_magic = "0.2.3"