diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-01-07 00:53:54 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-01-07 13:18:03 +0100 |
commit | e3ede6a71ed96cfe78c2883a2fac1d0f9425b668 (patch) | |
tree | 4db9edad80a352a253a81eacd2fb32d1d8e5beb5 /askama_shared/Cargo.toml | |
parent | af552ee3744016ac1db741888318649a64dfee50 (diff) | |
download | askama-e3ede6a71ed96cfe78c2883a2fac1d0f9425b668.tar.gz askama-e3ede6a71ed96cfe78c2883a2fac1d0f9425b668.tar.bz2 askama-e3ede6a71ed96cfe78c2883a2fac1d0f9425b668.zip |
Move extension_to_mime_type() to askama_shared
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 7f476b1..be00ae4 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -18,6 +18,8 @@ yaml = ["serde", "serde_yaml"] [dependencies] askama_escape = { version = "0.10.2", path = "../askama_escape" } humansize = { version = "1.1.0", optional = true } +mime = "0.3" +mime_guess = "2" nom = "7" num-traits = { version = "0.2.6", optional = true } proc-macro2 = "1" |