update health to be more helpful
This commit is contained in:
parent
89d115b61d
commit
004def8fbb
7 changed files with 135 additions and 15 deletions
|
@ -8,11 +8,12 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde_json = "1.0.89"
|
||||
serde = "1.0.149"
|
||||
async-graphql = { version = "5.0.3" }
|
||||
async-graphql = { version = "5.0.3", features = ["chrono"] }
|
||||
async-graphql-axum = "5.0.3"
|
||||
axum = "0.6.1"
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres" ] }
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
|
||||
tokio = { version = "1.23.0", features = [ "full" ] }
|
||||
tower-http = { version = "0.3.5", features = ["cors"] }
|
||||
lazy_static = "1.4.0"
|
||||
reqwest = "0.11.13"
|
||||
reqwest = "0.11.13"
|
||||
chrono = "0.4.23"
|
Loading…
Add table
Add a link
Reference in a new issue