From 493471dc02b26f92fae402377fe0fd9e90100e9d Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Fri, 28 Apr 2023 20:30:31 +0200 Subject: [PATCH] add rt-multi-thread feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b441eb6..1769377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "AGPL-3" edition = "2021" [dependencies] -tokio = {version = "1.27.0", features = ["rt", "macros"]} +tokio = {version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"]} serde = {version = "1.0.159", features = ["derive"]} serde_json = "1.0.95" reqwest = "0.11.16"