Mercurial > templog
annotate rust/Cargo.toml @ 597:a440eafa84a9 rust
progress for debug
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 07 Jan 2017 00:56:39 +0800 |
parents | e87655ed8429 |
children | d4fbfb5c46ff |
rev | line source |
---|---|
587 | 1 [package] |
2 name = "wort-templog" | |
3 version = "0.1.0" | |
4 authors = ["Matt Johnston <[email protected]>"] | |
5 | |
6 [dependencies] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
7 futures = "0.1" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
8 tokio-core = "0.1" |
595 | 9 serde = "0.8" |
10 serde_derive = "0.8" | |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
11 rand = "0.3" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
12 log = "0.3" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
13 env_logger = "0.3" |
597 | 14 docopt = "0.7" |
15 docopt_macros = "0.7" | |
16 rustc-serialize = "0.3" | |
17 time = "0.1" | |
595 | 18 |
19 [dependencies.toml] | |
20 version = "0.2" | |
21 features = [ "serde" ] |