1
0
mirror of https://github.com/actix/examples synced 2025-03-15 09:13:06 +01:00
examples/graphql/juniper/Cargo.toml

12 lines
227 B
TOML
Raw Permalink Normal View History

[package]
name = "juniper-example"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
2024-07-07 02:01:13 +01:00
juniper = "0.16"
env_logger.workspace = true
log.workspace = true