8fa40fe7e1
Not everyone needs json, so no reason to force people to build it.
9 lines
198 B
Rust
9 lines
198 B
Rust
#![feature(test, custom_attribute, custom_derive, plugin)]
|
|
#![plugin(serde_macros)]
|
|
|
|
extern crate serde;
|
|
extern crate serde_json;
|
|
extern crate test;
|
|
|
|
include!("../../serde_tests/tests/test.rs.in");
|