Mercurial > templog
comparison rust/Cargo.toml @ 604:278f1002b5c7 rust
sensor regex, custom error type
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Feb 2017 23:53:46 +0800 |
parents | b45b8b4cf0f5 |
children | 7bda01659426 |
comparison
equal
deleted
inserted
replaced
603:b45b8b4cf0f5 | 604:278f1002b5c7 |
---|---|
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 regex = "0.2" | |
18 | 20 |
19 [dependencies.toml] | 21 [dependencies.toml] |
20 git = "https://github.com/alexcrichton/toml-rs" | 22 git = "https://github.com/alexcrichton/toml-rs" |
21 branch = "serde-upgrade" | 23 branch = "serde-upgrade" |
22 features = [ "serde" ] | 24 features = [ "serde" ] |