Files
axum/examples/async-graphql/Cargo.toml
T

12 lines
225 B
TOML
Raw Normal View History

[package]
name = "example-async-graphql"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
2022-02-12 18:16:14 +01:00
async-graphql = "3.0"
2022-06-10 08:59:17 +02:00
axum = { path = "../../axum" }
slab = "0.4.3"
2022-06-10 08:59:17 +02:00
tokio = { version = "1.0", features = ["full"] }