aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-26 23:27:57 +0100
committerTill Hoeppner2014-11-26 23:27:57 +0100
commitca5a2b6e222ff556b8bcab4f20ec9fecc4e81bc9 (patch)
tree7f5fbdf0ba055bf066902fcef27c2a7ccad53f6f /Cargo.lock
parentae2651ee86f604757b5474dee8b343d28f0fce75 (diff)
downloadsersve-ca5a2b6e222ff556b8bcab4f20ec9fecc4e81bc9.tar.gz
sersve-ca5a2b6e222ff556b8bcab4f20ec9fecc4e81bc9.tar.xz
sersve-ca5a2b6e222ff556b8bcab4f20ec9fecc4e81bc9.zip
Change defaults, errors and build setup
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"