juniper/integration_tests/juniper_tests/Cargo.toml
ilslv 63198cdfcb
Redesign #[graphql_scalar] macro (#1014, #1000)
- support generic scalars
- make it applicable to type aliases and struct/enums/unions
2022-02-24 17:12:17 +02:00

19 lines
442 B
TOML

[package]
name = "juniper_tests"
version = "0.1.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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
fnv = "1.0"
tokio = { version = "1", features = ["rt", "macros", "time"] }