mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
This reverts commit b24df49a9d so we can
merge the CHANGELOG changes in #4691 into master.
17 lines
204 B
TOML
17 lines
204 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"stress-test",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|