bea94398e8
- switch from `skeptic` to mdBook native tests - refactor `juniper_integration_tests` to be granular - make `cargo test` command fully compatible with stable Rust - adjust outdated Contribution Guide Additionally: - fix codegen tests on latest nightly Rust
17 lines
440 B
TOML
17 lines
440 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"
|
|
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"] }
|