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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

5
examples/.cargo/config Normal file
View File

@ -0,0 +1,5 @@
paths = [
"../serde",
"../serde_codegen",
"../serde_macros",
]