tower/tower-discover/Cargo.toml

10 lines
209 B
TOML
Raw Normal View History

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