comparison rust/Cargo.toml @ 631:c57821a60e51 rust

rust work in progress ?
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Jul 2019 18:28:34 +0800
parents d5075136442f
children bde302def78e
comparison
equal deleted inserted replaced
630:7e9041534891 631:c57821a60e51
1 [package] 1 [package]
2 name = "wort-templog" 2 name = "wort-templog"
3 version = "0.1.0" 3 version = "0.1.0"
4 authors = ["Matt Johnston <[email protected]>"] 4 authors = ["Matt Johnston <[email protected]>"]
5 edition = "2018"
5 6
6 [dependencies] 7 [dependencies]
7 futures = "0.1"
8 futures-cpupool = "0.1"
9 tokio-core = "0.1"
10 serde = "0.9" 8 serde = "0.9"
11 serde_derive = "0.9" 9 serde_derive = "0.9"
12 rand = "0.3" 10 rand = "0.3"
13 log = "0.3" 11 log = "0.3"
14 env_logger = "0.3" 12 env_logger = "0.3"
21 hyper = "0.11" 19 hyper = "0.11"
22 serde_json = "0.9" 20 serde_json = "0.9"
23 base64 = "0.4" 21 base64 = "0.4"
24 libc = "0.2" 22 libc = "0.2"
25 atomicwrites = "0.1" 23 atomicwrites = "0.1"
26 futures-await = "0.1" 24 actix = "0.8"
27 25
28 [target.'cfg(target_os = "linux")'.dependencies] 26 [target.'cfg(target_os = "linux")'.dependencies]
29 sysfs_gpio = "0.5" 27 sysfs_gpio = "0.5"