diff options
| author | Fuwn <[email protected]> | 2022-03-27 06:03:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 06:03:33 +0000 |
| commit | aa279f066b61338d55c0c6da5171f78ff9c00d95 (patch) | |
| tree | bf270166bffb4622e3bb2e027707b71b05e2501d /Cargo.toml | |
| parent | refactor(tokio): reexport main (diff) | |
| download | windmark-aa279f066b61338d55c0c6da5171f78ff9c00d95.tar.xz windmark-aa279f066b61338d55c0c6da5171f78ff9c00d95.zip | |
feat(response): respond with file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |