diff --git a/color/Cargo.toml b/color/Cargo.toml index 87fe820c..2f656c97 100644 --- a/color/Cargo.toml +++ b/color/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "pathfinder_color" version = "0.1.0" -authors = ["Patrick Walton "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["Patrick Walton "] +description = "A minimal SIMD-accelerated color handling library" +license = "MIT/Apache-2.0" +repository = "https://github.com/servo/pathfinder" +homepage = "https://github.com/servo/pathfinder" [dependencies] [dependencies.pathfinder_simd] path = "../simd" +version = "0.5"