From f01c97b2b3e12c13a85d9593771eb68d9a3bfa01 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 17 Apr 2022 07:30:43 +0300 Subject: added mediatype to replace http_types::Mime --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 -- cgit 1.4.1