Add rt-multi-thread feature to tokio

This commit is contained in:
2024-03-31 12:08:35 -04:00
parent 174b23da1d
commit 1c9dc4bbe9
2 changed files with 18 additions and 1 deletions

View File

@ -27,7 +27,7 @@ time = { version = "0.3.34", features = ["serde"] }
diesel_migrations = { version = "2.1.0", optional = true }
pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true }
futures = { version = "0.3.30", default-features = false, optional = true }
tokio = { version = "1", optional = true }
tokio = { version = "1", optional = true, features = ["rt-multi-thread"] }
axum = { version = "0.7.5", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.5", optional = true, features = ["fs"] }