view 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
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"
regex = "0.2"

[dependencies.toml]
git = "https://github.com/alexcrichton/toml-rs"
branch = "serde-upgrade"
features = [ "serde" ]