aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-28 16:18:25 +0100
committerTill Hoeppner2014-11-28 16:18:25 +0100
commit44188b8daa93fafcc73764087cc190fc0af384d7 (patch)
tree05ba68a1c2fb517907be3ee0e3d88ed31b080b5b /Cargo.toml
parented87bc33df3e14971e8bcb1472215d6caa9da170 (diff)
downloadsersve-44188b8daa93fafcc73764087cc190fc0af384d7.tar.gz
sersve-44188b8daa93fafcc73764087cc190fc0af384d7.tar.xz
sersve-44188b8daa93fafcc73764087cc190fc0af384d7.zip
Remove - now - unused content detection
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a78c61..3c60d42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,8 @@ path = "src/sersve.rs"
[dependencies]
iron = "*"
glob = "*"
+conduit-mime-types = "*"
+lazy_static = "~0.1.1"
[dependencies.persistent]
git = "https://github.com/iron/persistent"