From d950c25abf54ef32adade1b84dd2474c4c5a3a22 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Mon, 11 May 2015 22:52:49 +0200 Subject: Update to new Rust --- Cargo.toml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') 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 = "*" -- cgit v1.2.3