Mercurial > templog
comparison rust/Cargo.toml @ 627:d5075136442f rust
futures await
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 06 Feb 2018 22:16:44 +0800 |
parents | efcbe0d3afd6 |
children | c57821a60e51 |
comparison
equal
deleted
inserted
replaced
626:efcbe0d3afd6 | 627:d5075136442f |
---|---|
21 hyper = "0.11" | 21 hyper = "0.11" |
22 serde_json = "0.9" | 22 serde_json = "0.9" |
23 base64 = "0.4" | 23 base64 = "0.4" |
24 libc = "0.2" | 24 libc = "0.2" |
25 atomicwrites = "0.1" | 25 atomicwrites = "0.1" |
26 futures-await = "0.1" | |
26 | 27 |
27 [target.'cfg(target_os = "linux")'.dependencies] | 28 [target.'cfg(target_os = "linux")'.dependencies] |
28 sysfs_gpio = "0.5" | 29 sysfs_gpio = "0.5" |