tokio/Cargo.toml
2020-05-06 17:30:01 -04:00

15 lines
169 B
TOML

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