From 055c430e2d45da94f42f86af64e09df12ebcd062 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Tue, 29 Aug 2023 09:08:47 +0100 Subject: [PATCH] add homepage field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 28c9694..f615df0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" authors = ["Tom Panton "] license = "MIT" repository = "https://github.com/pantonshire/treacle" +homepage = "https://github.com/pantonshire/treacle" description = "Event debouncer" readme = "README.md" keywords = ["debounce", "debouncer"]