aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parented87bc33df3e14971e8bcb1472215d6caa9da170 (diff)
downloadsersve-44188b8daa93fafcc73764087cc190fc0af384d7.tar.gz
sersve-44188b8daa93fafcc73764087cc190fc0af384d7.tar.xz
sersve-44188b8daa93fafcc73764087cc190fc0af384d7.zip
Remove - now - unused content detection
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30fde82..4575644 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,12 +2,19 @@
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -63,6 +70,11 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"