aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf563f8..30fde82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,7 +2,9 @@
name = "sersve"
version = "0.0.1"
dependencies = [
+ "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)",
+ "persistent 0.0.1 (git+https://github.com/iron/persistent)",
]
[[package]]
@@ -29,6 +31,11 @@ version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
+name = "glob"
+version = "0.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "hyper"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -94,6 +101,15 @@ dependencies = [
]
[[package]]
+name = "persistent"
+version = "0.0.1"
+source = "git+https://github.com/iron/persistent#a201b8d3e1ef277108b0968c4f3d8eeecfff9444"
+dependencies = [
+ "iron 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "plugin 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "phantom"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"