From 864fd08ec3b5e78f9ab8a2e6d31862807d7923f1 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Tue, 21 May 2024 23:43:45 +0100 Subject: [PATCH] Put https://agbrs.dev as the homepage for the crate --- agb/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 6f59c32b..153ad62b 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" description = "Library for Game Boy Advance Development" license = "MPL-2.0" repository = "https://github.com/agbrs/agb" +homepage = "https://agbrs.dev" [features] default = ["backtrace", "testing"]