juniper/juniper_tests/Cargo.toml
Jane Keibler 1acf2067d3 Stabilized juniper_tests by using to FnvHashMap
Registry uses fnv::FnvHashMap instead of the std lib HashMap. This
commit updates the tests to match.
2017-10-20 18:35:42 +02:00

16 lines
293 B
TOML

[package]
name = "juniper_tests"
version = "0.1.0"
[dependencies]
juniper = { path = "../juniper" }
juniper_codegen = { path = "../juniper_codegen" }
serde_json = { version = "^1.0.2" }
[dev-dependencies]
fnv = "1.0.3"
[[test]]
name = "integration_tests"
path = "src/lib.rs"
harness = true