From 18fd9b244f021c5eae2c2a69e3292d681930806e Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 1 Oct 2015 11:04:16 +1000 Subject: [PATCH] Prepare app_units crate for publishing --- components/app_units/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/app_units/Cargo.toml b/components/app_units/Cargo.toml index d324f7cb27f..b019f842603 100644 --- a/components/app_units/Cargo.toml +++ b/components/app_units/Cargo.toml @@ -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"