Files
tokio/Cargo.toml
T
2023-06-26 21:53:03 +00:00

20 lines
322 B
TOML

[workspace]
resolver = "2"
members = [
"tokio",
"tokio-macros",
"tokio-test",
"tokio-stream",
"tokio-util",
# Internal
"benches",
"examples",
"stress-test",
"tests-build",
"tests-integration",
]
[patch.crates-io]
loom = { git = "https://github.com/tokio-rs/loom", branch = "increase-max-threads" }