tower/tower-filter/Cargo.toml

16 lines
337 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>"]
2019-04-09 10:59:30 -07:00
license = "MIT"
publish = false
2019-04-08 20:11:09 -07:00
edition = "2018"
2017-10-03 10:03:14 -07:00
[dependencies]
futures = "0.1"
tower-service = "0.2.0"
tower-layer = { version = "0.1", path = "../tower-layer" }
2017-10-03 10:03:14 -07:00
[dev-dependencies]
tower-test = { version = "0.1", path = "../tower-test" }