1
0
mirror of https://github.com/actix/examples synced 2025-03-12 16:22:47 +01:00
examples/graphql/juniper/Cargo.toml
2025-03-11 01:42:01 +00:00

12 lines
227 B
TOML

[package]
name = "juniper-example"
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
juniper = "0.16"
env_logger.workspace = true
log.workspace = true