18 lines
442 B
TOML
18 lines
442 B
TOML
[package]
|
|
name = "linkerd2-stack"
|
|
version = "0.1.0"
|
|
authors = ["Oliver Gould <ver@buoyant.io>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
log = "0.4.1"
|
|
futures = "0.1"
|
|
futures-watch = { git = "https://github.com/carllerche/better-future" }
|
|
linkerd2-never = { path = "../never" }
|
|
tower-service = { git = "https://github.com/tower-rs/tower" }
|
|
|
|
[dev-dependencies]
|
|
linkerd2-task = { path = "../task", features = ["test_util"] }
|
|
log = "0.4"
|
|
tokio = "0.1.7"
|