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:
Carl Lerche
2019-12-24 20:53:20 -08:00
committed by GitHub
parent 67bf9c36f3
commit 50b91c0247
5 changed files with 20 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ members = [
"tokio-util",
# Internal
"benches",
"examples",
"tests-build",
"tests-integration",