Files

20 lines
322 B
TOML
Raw Permalink Normal View History

[workspace]
resolver = "2"
members = [
"tokio",
"tokio-macros",
2019-04-23 23:17:57 -04:00
"tokio-test",
2020-12-15 23:24:38 -05:00
"tokio-stream",
2019-10-22 10:13:49 -07:00
"tokio-util",
# Internal
"benches",
2019-10-22 10:13:49 -07:00
"examples",
2020-12-08 06:12:22 +01:00
"stress-test",
2019-11-22 14:38:49 -08:00
"tests-build",
2019-10-25 12:50:15 -07:00
"tests-integration",
]
2023-06-26 21:53:03 +00:00
[patch.crates-io]
loom = { git = "https://github.com/tokio-rs/loom", branch = "increase-max-threads" }