From 0211296128a5e5a694ca1157105fdb850ade7624 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 9 Apr 2020 10:34:58 -0700 Subject: [PATCH] Publish version 0.1 of `pathfinder_color` --- color/Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"