tokio machine broke
This commit is contained in:
parent
9b6b261c16
commit
0f710f2712
4 changed files with 106 additions and 13 deletions
|
@ -7,11 +7,11 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
tokio-tungstenite = { version = "0.18.0", features=["native-tls"] }
|
||||
tokio-tungstenite = { version = "0.18.0", features=["rustls-tls-webpki-roots"] }
|
||||
serde = { version = "1.0.149", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
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" ] }
|
||||
url = "2.3.1"
|
||||
futures-util = "0.3.25"
|
||||
futures = "0.3.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue