1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/graphql/async-graphql/Cargo.toml
2022-12-21 14:49:28 +00:00

18 lines
319 B
TOML

[package]
name = "async-graphql-demo"
version = "1.0.0"
edition = "2021"
[dependencies]
actix = { workspace = true }
actix-web = { workspace = true }
actix-web-lab = { workspace = true }
actix-cors = { workspace = true }
async-graphql = "5"
async-graphql-actix-web = "5"
env_logger = "0.10"
log = "0.4"
slab = "0.4"