comparison rust/Cargo.toml @ 632:bde302def78e rust

moving to riker, nowhere near yet
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Aug 2019 23:59:50 +0800
parents c57821a60e51
children 490e9e15b98c
comparison
equal deleted inserted replaced
631:c57821a60e51 632:bde302def78e
14 rustc-serialize = "0.3" 14 rustc-serialize = "0.3"
15 time = "0.1" 15 time = "0.1"
16 lazy_static = "0.2" 16 lazy_static = "0.2"
17 regex = "0.2" 17 regex = "0.2"
18 toml = "0.3" 18 toml = "0.3"
19 hyper = "0.11" 19 hyper = "0.12"
20 serde_json = "0.9" 20 serde_json = "0.9"
21 base64 = "0.4" 21 base64 = "0.4"
22 libc = "0.2" 22 libc = "0.2"
23 atomicwrites = "0.1" 23 atomicwrites = "0.1"
24 actix = "0.8" 24 riker = "0.3"
25 25
26 [target.'cfg(target_os = "linux")'.dependencies] 26 [target.'cfg(target_os = "linux")'.dependencies]
27 sysfs_gpio = "0.5" 27 sysfs_gpio = "0.5"