comparison rust/Cargo.toml @ 620:8fda564cc46f rust

fridge work
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Mar 2017 00:20:22 +0800
parents a85c0c9bc1fa
children 8136a6b99866
comparison
equal deleted inserted replaced
619:aecd0a15133c 620:8fda564cc46f
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" 23 serde_json = "0.9"
24 base64 = "0.4.0" 24 base64 = "0.4"
25
26 # linux only
27 sysfs_gpio = "0.5"