Auto merge of #14381 - servo:workspaces, r=SimonSapin

Move to Cargo workspaces

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14381)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-28 01:44:40 -08:00 committed by GitHub
commit eb7032f6dd
9 changed files with 130 additions and 3812 deletions

View file

@ -5,6 +5,7 @@ authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
build = "build.rs"
workspace = "../.."
[lib]
path = "lib.rs"