Mercurial > templog
comparison rust/Cargo.toml @ 603:b45b8b4cf0f5 rust
get rid of lazy_static, config is passed around
better use of threadpool for sensors
readings are no longer options
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Feb 2017 23:19:12 +0800 |
parents | 8c21df3711e2 |
children | 278f1002b5c7 |
comparison
equal
deleted
inserted
replaced
602:613f114feb4b | 603:b45b8b4cf0f5 |
---|---|
13 log = "0.3" | 13 log = "0.3" |
14 env_logger = "0.3" | 14 env_logger = "0.3" |
15 docopt = "0.7" | 15 docopt = "0.7" |
16 rustc-serialize = "0.3" | 16 rustc-serialize = "0.3" |
17 time = "0.1" | 17 time = "0.1" |
18 lazy_static = "0.2" | |
19 | 18 |
20 [dependencies.toml] | 19 [dependencies.toml] |
21 git = "https://github.com/alexcrichton/toml-rs" | 20 git = "https://github.com/alexcrichton/toml-rs" |
22 branch = "serde-upgrade" | 21 branch = "serde-upgrade" |
23 features = [ "serde" ] | 22 features = [ "serde" ] |