tower/tower-reconnect/Cargo.toml

11 lines
201 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.3"
futures = "0.1"
tower = { version = "0.1", path = "../" }