tower/tower-discover/Cargo.toml

19 lines
388 B
TOML
Raw Normal View History

[package]
name = "tower-discover"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.0"
authors = ["Tower Maintainers <team@tower-rs.com>"]
2019-04-09 10:59:30 -07:00
license = "MIT"
2019-04-08 20:11:09 -07:00
edition = "2018"
[dependencies]
futures = "0.1.26"
tower-service = "0.2.0"