juniper/integration_tests/juniper_tests/Cargo.toml
Christian Legnitto 00b111a1ff
Remove async feature gate (#554)
This still has the async / non-async split. Future diffs will get
rid of `GraphQLTypeAsync` and move everything into `GraphQLType`.
2020-03-08 23:20:11 -07:00

13 lines
No EOL
219 B
TOML

[package]
name = "juniper_tests"
version = "0.1.0"
publish = false
edition = "2018"
[dependencies]
juniper = { path = "../../juniper" }
futures = "0.3.1"
[dev-dependencies]
serde_json = { version = "1" }
fnv = "1.0.3"