summaryrefslogtreecommitdiffstats
path: root/tokio-util
diff options
context:
space:
mode:
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",]