tower/tower-reconnect/Cargo.toml

12 lines
281 B
TOML
Raw Normal View History

[package]
name = "tower-reconnect"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
[dependencies]
log = "0.4.1"
futures = "0.1"
2018-12-12 13:14:05 -08:00
tower-service = { version = "0.2", path = "../tower-service" }
2018-11-27 12:11:07 -08:00
tower-util = { version = "0.1", path = "../tower-util" }