From eeced70a01b873e4b0d6dbfa2b17db62100a7869 Mon Sep 17 00:00:00 2001 From: Keita Urashima Date: Wed, 31 Jul 2024 22:07:11 +0900 Subject: [PATCH] Add homepage field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 421cf62..de55447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "handlematters" version = "0.2.1" edition = "2021" description = "Self-contained template system with Handlebars and inline shell scripts" +homepage = "https://github.com/ursm/handlematters" authors = ["Keita Urashima "] license = "MIT"