Mercurial > templog
comparison rust/Cargo.toml @ 633:490e9e15b98c rust
move some bits to riker
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 04 Sep 2019 23:24:13 +0800 |
parents | bde302def78e |
children | a5721c02d3ee |
comparison
equal
deleted
inserted
replaced
632:bde302def78e | 633:490e9e15b98c |
---|---|
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 edition = "2018" |
6 | 6 |
7 [dependencies] | 7 [dependencies] |
8 serde = "0.9" | 8 serde = "1.0" |
9 serde_derive = "0.9" | 9 serde_derive = "1.0" |
10 rand = "0.3" | 10 rand = "0.7" |
11 log = "0.3" | 11 log = "0.4" |
12 env_logger = "0.3" | 12 env_logger = "0.6" |
13 docopt = "0.7" | 13 docopt = "1.1" |
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 = "1.3" |
17 regex = "0.2" | 17 regex = "1.2" |
18 toml = "0.3" | 18 toml = "0.5" |
19 hyper = "0.12" | 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.2" |
24 riker = "0.3" | 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" |