Mercurial > templog
comparison rust/Cargo.toml @ 594:aff50ee77252 rust
rust working better now with streams and sinks.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 04 Jan 2017 17:18:44 +0800 |
parents | 03b48ec0bb03 |
children | e87655ed8429 |
comparison
equal
deleted
inserted
replaced
593:bf138339d20a | 594:aff50ee77252 |
---|---|
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 | 5 |
6 [dependencies] | 6 [dependencies] |
7 futures = "0.1.6" | 7 futures = "0.1" |
8 tokio-core = "0.1.1" | 8 tokio-core = "0.1" |
9 rustc-serialize = "0.3" | 9 rustc-serialize = "0.3" |
10 rand = "0.3" | 10 rand = "0.3" |
11 log = "0.3" | |
12 env_logger = "0.3" | |
13 | |
14 [features] | |
15 testmode = [] |