linkerd2/proxy/router/Cargo.toml

11 lines
223 B
TOML

[package]
name = "conduit-proxy-router"
version = "0.3.0"
authors = ["Carl Lerche <me@carllerche.com>"]
publish = false
[dependencies]
futures = "0.1"
ordermap = "0.2"
tower = { git = "https://github.com/tower-rs/tower" }