From 44188b8daa93fafcc73764087cc190fc0af384d7 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Fri, 28 Nov 2014 16:18:25 +0100 Subject: Remove - now - unused content detection --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 30fde82..4575644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,11 +2,18 @@ name = "sersve" version = "0.0.1" dependencies = [ + "conduit-mime-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "iron 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "persistent 0.0.1 (git+https://github.com/iron/persistent)", ] +[[package]] +name = "conduit-mime-types" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "cookie" version = "0.0.1" @@ -62,6 +69,11 @@ dependencies = [ "url 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "lazy_static" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "libressl-pnacl-sys" version = "2.0.0" -- cgit v1.2.3