summaryrefslogtreecommitdiffstats
path: root/tokio-util
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-11-29 09:48:31 +0100
committerGitHub <noreply@github.com>2020-11-29 09:48:31 +0100
commitc55d846f4b248b4a72335d6c57829fa6396ab9a5 (patch)
tree5f27b29cd1018796f0713d6e87e4823920ba5084 /tokio-util
parent0acd06b42a9d1461302388f2a533e86d391d6040 (diff)
util: add rt to tokio-util full feature (#3194)
Diffstat (limited to 'tokio-util')
-rw-r--r--tokio-util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml
index bd397d7f..1c0ee628 100644
--- a/tokio-util/Cargo.toml
+++ b/tokio-util/Cargo.toml
@@ -24,7 +24,7 @@ categories = ["asynchronous"]
default = []
# Shorthand for enabling everything
-full = ["codec", "compat", "io", "time", "net"]
+full = ["codec", "compat", "io", "time", "net", "rt"]
net = ["tokio/net"]
compat = ["futures-io",]