Mercurial > templog
view rust/Cargo.toml @ 616:a85c0c9bc1fa rust
hide epoch in ParamWaiter
make_request handles the buffer too
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 08 Mar 2017 23:08:14 +0800 |
parents | f3e39e2107fd |
children | 8fda564cc46f |
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" tokio-curl = "0.1" toml = "0.3" curl = "0.4" serde_json = "0.9" base64 = "0.4.0"