Auto merge of #7810 - glennw:publish-au, r=jdm

Prepare app_units crate for publishing



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7810)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-30 21:53:42 -06:00
commit 99880bf957

View file

@ -2,6 +2,10 @@
name = "app_units"
version = "0.1.0"
authors = ["The Servo Project Developers"]
description = "Servo app units type (Au)"
documentation = "http://doc.servo.org/app_units/"
repository = "https://github.com/servo/app_units"
license = "MIT / Apache-2.0"
[dependencies]
serde = "0.6"