summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-12-24 20:53:20 -0800
committerGitHub <noreply@github.com>2019-12-24 20:53:20 -0800
commit50b91c024718c13a5d3608c63b62b2627dea5fd7 (patch)
tree8465bd561e290410e16cc10bb9dd652898cda492 /Cargo.toml
parent67bf9c36f347031ca05872d102a7f9abc8b465f0 (diff)
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`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a2a71ba..ebae0d3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"tokio-util",
# Internal
+ "benches",
"examples",
"tests-build",
"tests-integration",