add rt-multi-thread feature

This commit is contained in:
bitfl0wer 2023-04-28 20:30:31 +02:00
parent 8cded33eda
commit 493471dc02
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ license = "AGPL-3"
edition = "2021" edition = "2021"
[dependencies] [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 = {version = "1.0.159", features = ["derive"]}
serde_json = "1.0.95" serde_json = "1.0.95"
reqwest = "0.11.16" reqwest = "0.11.16"