Mercurial > templog
view 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 |
line wrap: on
line source
[package] name = "wort-templog" version = "0.1.0" authors = ["Matt Johnston <[email protected]>"] [dependencies] futures = "0.1" futures-cpupool = "0.1" tokio-core = "0.1" serde = "0.9" serde_derive = "0.9" rand = "0.3" log = "0.3" env_logger = "0.3" docopt = "0.7" rustc-serialize = "0.3" time = "0.1" lazy_static = "0.2" [dependencies.toml] git = "https://github.com/alexcrichton/toml-rs" branch = "serde-upgrade" features = [ "serde" ]