Auto merge of #7811 - glennw:use-crates-au, r=larsbergstrom

Update servo to use published app units crate



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7811)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-30 22:21:36 -06:00
commit 0860be4c28
11 changed files with 52 additions and 39 deletions

View file

@ -12,9 +12,6 @@ path = "lib.rs"
[features]
debugmozjs = ['js/debugmozjs']
[dependencies.app_units]
path = "../app_units"
[dependencies.plugins]
path = "../plugins"
@ -74,6 +71,7 @@ version = "0.6"
features = [ "serde-serialization" ]
[dependencies]
app_units = "0.1"
log = "0.3"
encoding = "0.2"
fnv = "1.0"