# Patch dependencies to run all tests against versions of the crate in the # repository. [patch.crates-io] tokio = { path = "tokio" } tokio-executor = { path = "tokio-executor" } tokio-io = { path = "tokio-io" } tokio-macros = { path = "tokio-macros" } tokio-net = { path = "tokio-net" } tokio-sync = { path = "tokio-sync" } tokio-tls = { path = "tokio-tls" } tokio-util = { path = "tokio-util" }