mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
17 lines
218 B
TOML
17 lines
218 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"stress-test",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|