Mercurial > templog
comparison rust/Cargo.toml @ 601:8c21df3711e2 rust
rigid_config
more on sensors
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 15 Feb 2017 23:58:02 +0800 |
parents | d4fbfb5c46ff |
children | b45b8b4cf0f5 |
comparison
equal
deleted
inserted
replaced
600:9c76f3cf01ea | 601:8c21df3711e2 |
---|---|
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" | 7 futures = "0.1" |
8 futures-cpupool = "0.1" | |
8 tokio-core = "0.1" | 9 tokio-core = "0.1" |
9 serde = "0.9" | 10 serde = "0.9" |
10 serde_derive = "0.9" | 11 serde_derive = "0.9" |
11 rand = "0.3" | 12 rand = "0.3" |
12 log = "0.3" | 13 log = "0.3" |
13 env_logger = "0.3" | 14 env_logger = "0.3" |
14 docopt = "0.7" | 15 docopt = "0.7" |
15 rustc-serialize = "0.3" | 16 rustc-serialize = "0.3" |
16 time = "0.1" | 17 time = "0.1" |
18 lazy_static = "0.2" | |
17 | 19 |
18 [dependencies.toml] | 20 [dependencies.toml] |
19 git = "https://github.com/alexcrichton/toml-rs" | 21 git = "https://github.com/alexcrichton/toml-rs" |
20 branch = "serde-upgrade" | 22 branch = "serde-upgrade" |
21 features = [ "serde" ] | 23 features = [ "serde" ] |