Migrate serde_json into it's own repo

New location is https://github.com/serde-rs/json.
This commit is contained in:
Erick Tryzelaar
2015-08-29 18:09:51 -07:00
parent 42069ca669
commit fa3460e0a7
18 changed files with 14 additions and 5908 deletions
-1
View File
@@ -1,4 +1,3 @@
extern crate serde;
extern crate serde_json;
include!(concat!(env!("OUT_DIR"), "/test.rs"));