1
0
mirror of https://github.com/actix/examples synced 2024-12-03 18:22:14 +01:00
examples/graphql/graphql-demo/Cargo.toml

11 lines
182 B
TOML
Raw Normal View History

2020-09-16 02:12:41 +02:00
[package]
name = "async-graphql-demo"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2020-09-16 02:12:41 +02:00
[dependencies]
actix-web = "3.0.0"
async-graphql = "2.0.0"
async-graphql-actix-web = "2.0.0"
2020-09-16 02:12:41 +02:00
slab = "0.4.2"