comparison rust/Cargo.toml @ 626:efcbe0d3afd6 rust

fix to work with hyper
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Dec 2017 00:09:45 +0800
parents 2710649ab71e
children d5075136442f
comparison
equal deleted inserted replaced
625:8152ef251dbb 626:efcbe0d3afd6
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 tokio-curl = "0.1"
21 toml = "0.3" 20 toml = "0.3"
22 curl = "0.4" 21 hyper = "0.11"
23 serde_json = "0.9" 22 serde_json = "0.9"
24 base64 = "0.4" 23 base64 = "0.4"
25 libc = "0.2" 24 libc = "0.2"
26 atomicwrites = "0.1" 25 atomicwrites = "0.1"
27 26
28 # linux only 27 [target.'cfg(target_os = "linux")'.dependencies]
29 [target.linux.dependencies]
30 sysfs_gpio = "0.5" 28 sysfs_gpio = "0.5"