mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00

This directory was deleted when `cargo hack` was introduced, however there were some tests that were still useful (macro failure output). Also, additional build tests will be added over time.
15 lines
171 B
TOML
15 lines
171 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-tls",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"examples",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|