tower/tower-test/Cargo.toml

15 lines
273 B
TOML
Raw Normal View History

2017-10-03 10:03:14 -07:00
[package]
name = "tower-test"
2017-10-03 10:03:14 -07:00
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
2019-04-08 20:11:09 -07:00
edition = "2018"
2017-10-03 10:03:14 -07:00
[dependencies]
futures = "0.1"
tokio-sync = "0.1.3"
tower-service = "0.2.0"
[dev-dependencies]
tower = { version = "0.1.0", path = "../tower" }