f02e427cab
* Add a new integration_tests subdirectory that holds integration tests * Add a new, temporary (and really minimal) 2018 edition test crate
13 lines
187 B
Rust
13 lines
187 B
Rust
#[macro_use]
|
|
extern crate juniper;
|
|
#[cfg(test)]
|
|
#[macro_use]
|
|
extern crate serde_json;
|
|
|
|
#[cfg(test)]
|
|
extern crate fnv;
|
|
#[cfg(test)]
|
|
extern crate indexmap;
|
|
|
|
mod codegen;
|
|
mod custom_scalar;
|