diff --git a/Cargo.toml b/Cargo.toml index 241bfbe..a96780d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0.193", features = ["serde_derive"] } serde_json = "1.0.117" stable-eyre = "0.2.2" -tokio = { version = "1.37.0", features = ["rt", "macros", "fs"] } +tokio = { version = "1.37.0", features = ["rt", "macros", "fs", "rt-multi-thread"] }