diff --git a/Cargo.toml b/Cargo.toml index 4f1dd8b..54efda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ flate2 = "1.1.1" uuid = "1.16.0" [dependencies.tokio] -version = "1", +version = "1" features = ["io-util", "rt", "macros", "net", "rt-multi-thread"]