comparison rust/Cargo.toml @ 609:7bda01659426 rust

not building, paramwaiter work
author Matt Johnston <matt@ucc.asn.au>
date Sat, 18 Feb 2017 00:21:10 +0800
parents 278f1002b5c7
children f3e39e2107fd
comparison
equal deleted inserted replaced
608:71f045231a07 609:7bda01659426
15 docopt = "0.7" 15 docopt = "0.7"
16 rustc-serialize = "0.3" 16 rustc-serialize = "0.3"
17 time = "0.1" 17 time = "0.1"
18 lazy_static = "0.2" 18 lazy_static = "0.2"
19 regex = "0.2" 19 regex = "0.2"
20 20 tokio-curl = "0.1"
21 [dependencies.toml] 21 toml = "0.3"
22 git = "https://github.com/alexcrichton/toml-rs" 22 curl = "0.4"
23 branch = "serde-upgrade"
24 features = [ "serde" ]