aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-30 21:08:27 +0100
committerTill Hoeppner2014-11-30 21:12:03 +0100
commit510d6ef41fb595eb928453ab5a2080d009a03a67 (patch)
tree679262848607f5d738158cdfe2f95ca78f410f5a /Cargo.toml
parentd1b8aba953fdfdee82ac3f30a6c6c0de1f933dc6 (diff)
downloadsersve-510d6ef41fb595eb928453ab5a2080d009a03a67.tar.gz
sersve-510d6ef41fb595eb928453ab5a2080d009a03a67.tar.xz
sersve-510d6ef41fb595eb928453ab5a2080d009a03a67.zip
Removed lazy_static from Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7095d6..0436405 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,10 +12,9 @@ name = "sersve"
path = "src/sersve.rs"
[dependencies]
-iron = "*"
-glob = "*"
-conduit-mime-types = "*"
-lazy_static = "~0.1.1"
+iron = "~0.0.5"
+glob = "~0.1.0"
+conduit-mime-types = "~0.5.0"
[dependencies.persistent]
git = "https://github.com/iron/persistent"