tower/tower-discover/Cargo.toml

12 lines
203 B
TOML
Raw Normal View History

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