reintroduce path dependencies

This commit is contained in:
Oliver Schneider
2016-08-11 11:02:19 +02:00
parent 8bd7acc9fc
commit b7446db511
4 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
[dependencies]
serde = "0.8.0"
serde = { version = "0.8.0", path = "../serde" }