aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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"