juniper/integration_tests/juniper_2018_edition_tests/Cargo.toml
Christoph Herzog f02e427cab Refactor integration test layout + add minimal 2018 edition test
* Add a new integration_tests subdirectory that holds integration tests
* Add a new, temporary (and really minimal) 2018 edition test crate
2018-12-19 03:53:33 +01:00

8 lines
202 B
TOML

[package]
name = "juniper_2018_edition_tests"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
edition = "2018"
[dependencies]
juniper = { version = "0.11", path = "../../juniper" }