tower/tower-discover/Cargo.toml

11 lines
187 B
TOML
Raw Normal View History

[package]
name = "tower-discover"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
2019-04-08 20:11:09 -07:00
edition = "2018"
[dependencies]
futures = "0.1"
tower-service = "0.2.0"