From 0f923cf32f681169ff1307b26b828a5e2c6d83e5 Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:48:29 +0000 Subject: [PATCH] Remove unneeded Cargo.toml metadata (#18) See https://rust-lang.github.io/rfcs/3052-optional-authors-field.html It also isn't useful to have a homepage which is the same as the repository --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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]