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"