12 lines
302 B
TOML
12 lines
302 B
TOML
[package]
|
|
name = "linkerd2-timeout"
|
|
version = "0.1.0"
|
|
authors = ["Oliver Gould <ver@buoyant.io>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
tokio-connect = { git = "https://github.com/carllerche/tokio-connect" }
|
|
tokio-timer = "0.2.4"
|
|
tower-service = { git = "https://github.com/tower-rs/tower" }
|