Merge pull request #136 from SpecificProtagonist/tokio-features

Correct tokio features
This commit is contained in:
kozabrada123 2023-06-24 08:23:07 +00:00 committed by GitHub
commit 4316c04209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ backend = ["poem", "sqlx"]
client = []
[dependencies]
tokio = {version = "1.28.1", features = ["rt", "macros", "rt-multi-thread", "full"]}
tokio = {version = "1.28.1"}
serde = {version = "1.0.163", features = ["derive"]}
serde_json = {version= "1.0.96", features = ["raw_value"]}
serde-aux = "4.2.0"
@ -36,5 +36,6 @@ thiserror = "1.0.40"
jsonwebtoken = "8.3.0"
[dev-dependencies]
tokio = {version = "1.28.1", features = ["full"]}
lazy_static = "1.4.0"
rusty-hook = "0.11.2"