comparison rust/Cargo.toml @ 622:5b456905eaac rust

use libc. update.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 16 Apr 2017 22:50:05 +0800
parents 8136a6b99866
children 2710649ab71e
comparison
equal deleted inserted replaced
621:8136a6b99866 622:5b456905eaac
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" 23 serde_json = "0.9"
24 base64 = "0.4" 24 base64 = "0.4"
25 libc = "0.2"
25 26
26 # linux only 27 # linux only
27 [target.linux.dependencies] 28 [target.linux.dependencies]
28 sysfs_gpio = "0.5" 29 sysfs_gpio = "0.5"