diff --git a/Cargo.toml b/Cargo.toml index 3f81c8e..c9a77c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "peniko" version = "0.1.0" -authors = ["Chad Brokaw "] license = "MIT OR Apache-2.0" edition = "2021" description = "Primitive types for styling vector graphics" keywords = ["graphics", "vector", "style"] categories = ["graphics"] repository = "https://github.com/linebender/peniko" -homepage = "https://github.com/linebender/peniko" readme = "README.md" [dependencies]