tower/tower-timeout/Cargo.toml

14 lines
283 B
TOML

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