mirror of
https://github.com/tower-rs/tower.git
synced 2026-02-14 20:07:43 +00:00
30 lines
1.3 KiB
TOML
30 lines
1.3 KiB
TOML
# Patch dependencies to run all tests against versions of the crate in the
|
|
# repository.
|
|
[patch.crates-io]
|
|
tower = { path = "tower" }
|
|
tower-balance = { path = "tower-balance" }
|
|
tower-buffer = { path = "tower-buffer" }
|
|
tower-discover = { path = "tower-discover" }
|
|
tower-filter = { path = "tower-filter" }
|
|
tower-layer = { path = "tower-layer" }
|
|
tower-limit = { path = "tower-limit" }
|
|
tower-load-shed = { path = "tower-load-shed" }
|
|
tower-reconnect = { path = "tower-reconnect" }
|
|
tower-retry = { path = "tower-retry" }
|
|
tower-service = { path = "tower-service" }
|
|
tower-spawn-ready = { path = "tower-spawn-ready" }
|
|
tower-test = { path = "tower-test" }
|
|
tower-timeout = { path = "tower-timeout" }
|
|
tower-util = { path = "tower-util" }
|
|
|
|
tokio = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-fs = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-macros = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-net = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-sync = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-test = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
|