tokio machine broke

This commit is contained in:
41666 2022-12-13 01:07:15 -05:00
parent 9b6b261c16
commit 0f710f2712
4 changed files with 106 additions and 13 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.23.0", features = ["macros"] }
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls" , "postgres" ] }
tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-rustls" , "postgres" ] }
lazy_static = "1.4.0"
async_once = "0.2.6"