juniper/tests/integration/Cargo.toml

18 lines
440 B
TOML
Raw Normal View History

[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"
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"] }