ess-demux
This commit is contained in:
parent
9ebeeb47f4
commit
5fa05ac73f
9 changed files with 1498 additions and 596 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue