axum/examples/async-graphql/Cargo.toml
David Pedersen 968ee44631
Sort dependencies in Cargo.tomls (#1076)
* sort dependencies

* check sorted deps on CI

* this should fail

* does caching matter?

* fix sorting
2022-06-10 08:59:17 +02:00

11 lines
225 B
TOML

[package]
name = "example-async-graphql"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
async-graphql = "3.0"
axum = { path = "../../axum" }
slab = "0.4.3"
tokio = { version = "1.0", features = ["full"] }