From 896e7dc5531decc0ab5d24fdefca07d8fc582b78 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 17 Jun 2015 08:30:39 -0600 Subject: [PATCH] Prepare for crates.io publish. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6a8f573..a21a4b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,9 @@ name = "euclid" version = "0.1.0" authors = ["The Servo Project Developers"] +description = "Geometry primitives" documentation = "http://doc.servo.org/euclid/" +license = "MIT / Apache-2.0" [dependencies] rustc-serialize = "0.3.2"