1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

14 lines
245 B
TOML
Raw Normal View History

2020-09-16 08:12:41 +08:00
[package]
name = "async-graphql-demo"
version = "0.1.0"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
[dependencies]
actix-web = "3.0.0"
async-graphql = "=2.0.0-alpha.13"
async-graphql-actix-web = "=2.0.0-alpha.13"
2020-09-16 08:12:41 +08:00
slab = "0.4.2"