1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/graphql/graphql-demo/Cargo.toml
2022-02-02 01:45:20 +00:00

11 lines
182 B
TOML

[package]
name = "async-graphql-demo"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "3.0.0"
async-graphql = "2.0.0"
async-graphql-actix-web = "2.0.0"
slab = "0.4.2"