From baf875e177acc321194f7cb143ccf7b07ab83bc9 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:59:35 -0500 Subject: [PATCH] build: add homepage to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 770d518..da9a23d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.2" edition = "2024" description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API." repository = "https://github.com/dathere/ckanaction" +homepage = "https://ckanaction.dathere.com" license = "Unlicense" keywords = ["ckan"] categories = ["api-bindings", "asynchronous"]