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

This allows the `benches` crate to depend on `tokio` with all feature flags. This is a similar strategy used for `examples`.
16 lines
184 B
TOML
16 lines
184 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-tls",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|