tower/tower-test/Cargo.toml

16 lines
289 B
TOML

[package]
name = "tower-test"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"
[dependencies]
futures = "0.1"
tokio-sync = "0.1.3"
tower-service = "0.2.0"
[dev-dependencies]
tower = { version = "0.1.0", path = "../tower" }