diff --git a/Cargo.toml b/Cargo.toml index d6c416c5..26822a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ optional = true [dependencies.tokio] version = "1" -features = ["io-util", "net", "sync"] +features = ["io-util", "net", "sync", "rt"] optional = true [dev-dependencies]