comparison rust/Cargo.toml @ 595:e87655ed8429 rust

add config
author Matt Johnston <matt@ucc.asn.au>
date Thu, 05 Jan 2017 23:26:00 +0800
parents aff50ee77252
children a440eafa84a9
comparison
equal deleted inserted replaced
594:aff50ee77252 595:e87655ed8429
4 authors = ["Matt Johnston <[email protected]>"] 4 authors = ["Matt Johnston <[email protected]>"]
5 5
6 [dependencies] 6 [dependencies]
7 futures = "0.1" 7 futures = "0.1"
8 tokio-core = "0.1" 8 tokio-core = "0.1"
9 rustc-serialize = "0.3" 9 serde = "0.8"
10 serde_derive = "0.8"
10 rand = "0.3" 11 rand = "0.3"
11 log = "0.3" 12 log = "0.3"
12 env_logger = "0.3" 13 env_logger = "0.3"
13 14
14 [features] 15 [features]
15 testmode = [] 16 testmode = []
17
18 [dependencies.toml]
19 version = "0.2"
20 features = [ "serde" ]