mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
17 lines
582 B
TOML
17 lines
582 B
TOML
# Patch dependencies to run all tests against versions of the crate in the
|
|
# repository.
|
|
[patch.crates-io]
|
|
tokio = { path = "tokio" }
|
|
tokio-buf = { path = "tokio-buf" }
|
|
tokio-codec = { path = "tokio-codec" }
|
|
tokio-executor = { path = "tokio-executor" }
|
|
tokio-fs = { path = "tokio-fs" }
|
|
tokio-io = { path = "tokio-io" }
|
|
tokio-macros = { path = "tokio-macros" }
|
|
tokio-net = { path = "tokio-net" }
|
|
tokio-signal = { path = "tokio-signal" }
|
|
tokio-sync = { path = "tokio-sync" }
|
|
tokio-timer = { path = "tokio-timer" }
|
|
tokio-tls = { path = "tokio-tls" }
|
|
tokio-uds = { path = "tokio-uds" }
|