tokio/Cargo.toml
Carl Lerche e1b1e216c5
ci: bring back build tests (#1813)
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.
2019-11-22 14:38:49 -08:00

15 lines
171 B
TOML

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