aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 13 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0436405..7163e16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,12 +12,16 @@ name = "sersve"
path = "src/sersve.rs"
[dependencies]
-iron = "~0.0.5"
-glob = "~0.1.0"
-conduit-mime-types = "~0.5.0"
-
-[dependencies.persistent]
-git = "https://github.com/iron/persistent"
-
-[dependencies.rust-mustache]
-git = "https://github.com/erickt/rust-mustache"
+iron = "*"
+glob = "*"
+conduit-mime-types = "*"
+mustache = "*"
+regex = "*"
+num_cpus = "*"
+serde = "*"
+serde_macros = "*"
+lazy_static = "*"
+libc = "*"
+docopt = "*"
+docopt_macros = "*"
+rustc-serialize = "*"