Files
tokio/Cargo.toml
T

16 lines
187 B
TOML

[workspace]
members = [
"tokio",
"tokio-macros",
"tokio-test",
"tokio-stream",
"tokio-util",
# Internal
"benches",
"examples",
"stress-test",
"tests-integration",
]