mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
15 lines
169 B
TOML
15 lines
169 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|