72ed45a77c
- remove `cargo-make` integration - rework CI pipeline more granular and precise - rework releasing process - tune up project layout - fill up new CHANGELOGs Additionally: - fix latest nightly/stable Rust inconsistencies
19 lines
456 B
TOML
19 lines
456 B
TOML
[package]
|
|
name = "juniper_integration_tests"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
derive_more = "0.99"
|
|
futures = "0.3"
|
|
juniper = { path = "../../juniper" }
|
|
juniper_subscriptions = { path = "../../juniper_subscriptions" }
|
|
|
|
[dev-dependencies]
|
|
async-trait = "0.1.39"
|
|
fnv = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1.0", features = ["rt", "macros", "time"] }
|