mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
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`.
This commit is contained in:
@@ -8,6 +8,7 @@ members = [
|
||||
"tokio-util",
|
||||
|
||||
# Internal
|
||||
"benches",
|
||||
"examples",
|
||||
"tests-build",
|
||||
"tests-integration",
|
||||
|
||||
Reference in New Issue
Block a user