From 33af658e93797e3655c5a6037f54919770ea8b60 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Mon, 17 Nov 2025 21:17:32 +1100 Subject: [PATCH] Add homepage (cherry picked from commit 23b6402db6614992d13e012bcd317ba5e1887325) --- Cargo.toml | 1 + jaarg/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 233335d..6c9e7f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0" edition = "2021" description = "It can parse your arguments you should use it it's called jaarg" repository = "https://github.com/gay-pizza/jaarg" +homepage = "https://gay.pizza/" authors = ["a dinosaur", "Gay Pizza Specifications"] [profile.release] diff --git a/jaarg/Cargo.toml b/jaarg/Cargo.toml index 1905207..868dfea 100644 --- a/jaarg/Cargo.toml +++ b/jaarg/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true license.workspace = true edition.workspace = true description.workspace = true +homepage.workspace = true repository.workspace = true authors.workspace = true