tower/tower-filter/Cargo.toml

12 lines
247 B
TOML
Raw Normal View History

2017-10-03 10:03:14 -07:00
[package]
name = "tower-filter"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
[dependencies]
futures = "0.1"
tower = { version = "0.1", path = "../" }
[dev-dependencies]
tower-mock = { version = "0.1", path = "../tower-mock" }