aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentd1b8aba953fdfdee82ac3f30a6c6c0de1f933dc6 (diff)
downloadsersve-510d6ef41fb595eb928453ab5a2080d009a03a67.tar.gz
sersve-510d6ef41fb595eb928453ab5a2080d009a03a67.tar.xz
sersve-510d6ef41fb595eb928453ab5a2080d009a03a67.zip
Removed lazy_static from Cargo.toml
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6952856..2cc438b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,7 +5,6 @@ dependencies = [
"conduit-mime-types 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.1.0 (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)",
"rust-mustache 0.3.0 (git+https://github.com/erickt/rust-mustache)",
]
@@ -71,11 +70,6 @@ dependencies = [
]
[[package]]
-name = "lazy_static"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
name = "mime"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"