mirror of
https://github.com/actix/examples
synced 2024-11-24 14:53:00 +01:00
12 lines
223 B
TOML
12 lines
223 B
TOML
[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"
|
|
async-graphql-actix-web = "2.0.0"
|
|
slab = "0.4.2"
|