ess-demux

This commit is contained in:
41666 2023-07-08 23:31:18 -04:00
parent 9ebeeb47f4
commit 5fa05ac73f
9 changed files with 1498 additions and 596 deletions

View file

@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.96"
serde = "1.0.163"
async-graphql = { version = "5.0.8", features = ["chrono"] }
serde_json = "1.0"
serde = "1.0"
async-graphql = { version = "5.0", features = ["chrono"] }
axum = "0.6.18"
sqlx = { version = "0.6.3", default_features = false, features = [ "runtime-tokio-rustls", "postgres", "chrono" ] }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }