juniper/tests/integration/Cargo.toml
dependabot[bot] 6b82d1d80e
Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272)
- bump up MSRV to 1.75

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 23:31:39 +02:00

18 lines
556 B
TOML

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