view rust/Cargo.toml @ 595:e87655ed8429 rust

add config
author Matt Johnston <matt@ucc.asn.au>
date Thu, 05 Jan 2017 23:26:00 +0800
parents aff50ee77252
children a440eafa84a9
line wrap: on
line source

[package]
name = "wort-templog"
version = "0.1.0"
authors = ["Matt Johnston <[email protected]>"]

[dependencies]
futures = "0.1"
tokio-core = "0.1"
serde = "0.8"
serde_derive = "0.8"
rand = "0.3"
log = "0.3"
env_logger = "0.3"

[features]
testmode = []

[dependencies.toml]
version = "0.2"
features = [ "serde" ]