comparison rust/Cargo.toml @ 611:f3e39e2107fd rust

still doesn't compile, improvements to TemplogError and tokio curl though
author Matt Johnston <matt@ucc.asn.au>
date Tue, 28 Feb 2017 22:58:47 +0800
parents 7bda01659426
children a85c0c9bc1fa
comparison
equal deleted inserted replaced
610:af0dac00d40b 611:f3e39e2107fd
18 lazy_static = "0.2" 18 lazy_static = "0.2"
19 regex = "0.2" 19 regex = "0.2"
20 tokio-curl = "0.1" 20 tokio-curl = "0.1"
21 toml = "0.3" 21 toml = "0.3"
22 curl = "0.4" 22 curl = "0.4"
23 serde_json = "0.9"
24