tokio/Cargo.toml
Carl Lerche 50b91c0247
chore: move benches to separate crate (#2028)
This allows the `benches` crate to depend on `tokio` with all feature
flags. This is a similar strategy used for `examples`.
2019-12-24 20:53:20 -08:00

16 lines
184 B
TOML

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