about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-04-17 07:30:43 +0300
committerVika <vika@fireburn.ru>2022-04-17 07:30:43 +0300
commitf01c97b2b3e12c13a85d9593771eb68d9a3bfa01 (patch)
tree5306fc7adea7f30f68ffead39d361ea70ec3c1f8 /Cargo.toml
parent761944fd17156a23f14de8f840ecdb1c99fbbab4 (diff)
added mediatype to replace http_types::Mime
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ccd0f3..97230a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,6 +49,7 @@ listenfd = "^0.5.0"          # A simple library to work with listenfds passed fr
 log = "^0.4.14"              # A lightweight logging facade for Rust
 markdown = "^0.3.0"          # Native Rust library for parsing Markdown and (outputting HTML)
 markup = "^0.12.0"           # HTML templating engine... ok also very funny about markdown and markup... i just realized the pun...
+mediatype = "^0.19.1"        # MIME Media-type parsing
 newbase60 = "^0.1.3"         # A library that implements Tantek Çelik's New Base 60
 rand = "^0.8.4"              # Random number generators.
 retainer = "^0.2.2"          # Minimal async cache in Rust with support for key expirations