Add homepage

This commit is contained in:
2025-11-17 21:17:32 +11:00
parent 4f1a01f81c
commit 23b6402db6
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
description = "It can parse your arguments you should use it it's called jaarg" description = "It can parse your arguments you should use it it's called jaarg"
repository = "https://github.com/gay-pizza/jaarg" repository = "https://github.com/gay-pizza/jaarg"
homepage = "https://gay.pizza/"
authors = ["a dinosaur", "Gay Pizza Specifications"] authors = ["a dinosaur", "Gay Pizza Specifications"]
[profile.release] [profile.release]

View File

@@ -4,6 +4,7 @@ version.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true
description.workspace = true description.workspace = true
homepage.workspace = true
repository.workspace = true repository.workspace = true
authors.workspace = true authors.workspace = true