juniper/integration_tests/juniper_tests/Cargo.toml
tyranron 8d28cdba6e
Backport CVE-2022-31173 fix from GHSA-4rx6-g5vg-5f3j
Co-authored-by: ilslv <ilya.solovyiov@gmail.com>
2022-07-28 17:07:55 +03:00

18 lines
395 B
TOML

[package]
name = "juniper_tests"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
derive_more = "0.99"
futures = "0.3"
itertools = "0.10"
juniper = { path = "../../juniper" }
juniper_subscriptions = { path = "../../juniper_subscriptions" }
[dev-dependencies]
async-trait = "0.1.39"
serde_json = "1.0"
fnv = "1.0"
tokio = { version = "1", features = ["rt", "macros", "time"] }