api rebuild

This commit is contained in:
41666 2022-12-09 07:34:45 -05:00
parent 50c4ac387a
commit cecaecb92e
11 changed files with 782 additions and 175 deletions

View file

@ -8,10 +8,11 @@ edition = "2021"
[dependencies]
serde_json = "1.0.89"
serde = "1.0.149"
async-graphql = { version = "5.0.2" }
async-graphql-axum = "5.0.2"
async-graphql = { version = "5.0.3" }
async-graphql-axum = "5.0.3"
axum = "0.6.1"
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres" ] }
tokio = { version = "1.23.0", features = [ "full" ] }
tower-http = { version = "0.3.5", features = ["cors"] }
lazy_static = "1.4.0"
lazy_static = "1.4.0"
reqwest = "0.11.13"