tower/tower-timeout/Cargo.toml

11 lines
230 B
TOML

[package]
name = "tower-timeout"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
[dependencies]
futures = "0.1"
tower-service = { version = "0.2", path = "../tower-service" }
tokio-timer = "0.2.6"