mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
21 lines
279 B
TOML
21 lines
279 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"stress-test",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|
|
|
|
[workspace.metadata.spellcheck]
|
|
config = "spellcheck.toml"
|
|
|