juniper/tests/integration/Cargo.toml
ilslv 2b609ee057
Merge pull request from GHSA-4rx6-g5vg-5f3j
* Replace recursions with heap allocations

* Some corrections [skip ci]

* Add recursive nested fragments test case

* Docs and small corrections

* Corrections

Co-authored-by: Kai Ren <tyranron@gmail.com>
2022-07-28 14:33:16 +03:00

18 lines
459 B
TOML

[package]
name = "juniper_integration_tests"
version = "0.0.0"
edition = "2021"
publish = false
[dev-dependencies]
async-trait = "0.1.39"
chrono = "0.4"
derive_more = "0.99"
fnv = "1.0"
futures = "0.3"
itertools = "0.10"
juniper = { path = "../../juniper" }
juniper_subscriptions = { path = "../../juniper_subscriptions" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["rt", "macros", "time"] }