tower/tower-timeout/Cargo.toml

11 lines
230 B
TOML
Raw Normal View History

2017-10-03 10:03:14 -07:00
[package]
name = "tower-timeout"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
2017-10-03 10:03:14 -07:00
[dependencies]
futures = "0.1"
2018-12-12 13:14:05 -08:00
tower-service = { version = "0.2", path = "../tower-service" }
tokio-timer = "0.2.6"