Add cargo override for building examples

This commit is contained in:
David Tolnay
2016-06-09 11:10:35 -07:00
parent c716c4e261
commit a64fe99d1b
+5
View File
@@ -0,0 +1,5 @@
paths = [
"../serde",
"../serde_codegen",
"../serde_macros",
]