Use cargo override instead of relative paths

This makes it possible to use `cargo clone` + `cargo build`.
This commit is contained in:
David Tolnay
2016-07-15 01:17:19 -07:00
parent 4ec0a7e672
commit 7220029055
6 changed files with 15 additions and 13 deletions
-5
View File
@@ -1,5 +0,0 @@
paths = [
"../serde",
"../serde_codegen",
"../serde_macros",
]