mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
17 lines
289 B
TOML
17 lines
289 B
TOML
[package]
|
|
name = "async-graphql-demo"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
actix-web-lab.workspace = true
|
|
actix-cors.workspace = true
|
|
|
|
async-graphql = "6"
|
|
async-graphql-actix-web = "6"
|
|
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
slab = "0.4"
|