diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index bd397d7fe..1c0ee6281 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",]