mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
8 lines
249 B
TOML
8 lines
249 B
TOML
# Patch dependencies to run all tests against versions of the crate in the
|
|
# repository.
|
|
[patch.crates-io]
|
|
tokio = { path = "tokio" }
|
|
tokio-macros = { path = "tokio-macros" }
|
|
tokio-test = { path = "tokio-test" }
|
|
tokio-util = { path = "tokio-util" }
|