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

14 lines
256 B
TOML
Raw Normal View History

2022-02-17 22:29:55 +01:00
[package]
name = "async-graphql-demo"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
2023-10-29 02:10:31 +02:00
async-graphql = "6"
async-graphql-actix-web = "6"
env_logger.workspace = true
log.workspace = true
2022-07-10 00:35:09 +02:00
slab = "0.4"