Mercurial > templog
annotate 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 |
rev | line source |
---|---|
587 | 1 [package] |
2 name = "wort-templog" | |
3 version = "0.1.0" | |
4 authors = ["Matt Johnston <[email protected]>"] | |
631 | 5 edition = "2018" |
587 | 6 |
7 [dependencies] | |
633 | 8 serde = "1.0" |
9 serde_derive = "1.0" | |
10 rand = "0.7" | |
11 log = "0.4" | |
12 env_logger = "0.6" | |
13 docopt = "1.1" | |
14 #rustc-serialize = "0.3" | |
15 #time = "0.1" | |
16 lazy_static = "1.3" | |
17 regex = "1.2" | |
18 toml = "0.5" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
19 hyper = "0.12" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
20 serde_json = "0.9" |
620 | 21 base64 = "0.4" |
622 | 22 libc = "0.2" |
633 | 23 atomicwrites = "0.2" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
24 riker = "0.3" |
620 | 25 |
626 | 26 [target.'cfg(target_os = "linux")'.dependencies] |
620 | 27 sysfs_gpio = "0.5" |