tokio machine broke
This commit is contained in:
parent
9b6b261c16
commit
0f710f2712
4 changed files with 106 additions and 13 deletions
|
@ -10,8 +10,8 @@ serde_json = "1.0.89"
|
|||
serde = "1.0.149"
|
||||
async-graphql = { version = "5.0.3", features = ["chrono"] }
|
||||
axum = "0.6.1"
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-rustls", "postgres", "chrono" ] }
|
||||
tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-http = { version = "0.3.5", features = ["cors"] }
|
||||
lazy_static = "1.4.0"
|
||||
reqwest = "0.11.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue