Prepare app_units crate for publishing

This commit is contained in:
Glenn Watson 2015-10-01 11:04:16 +10:00
parent 35888e5a1d
commit 18fd9b244f

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"