From e79089d4ab130bbfaff57aff57a9adc6e8b40d3a Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:27:51 -0600 Subject: [PATCH] chore: added repo fields --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e636724..5f417d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ description = "Daemons with DX" license = "MIT" version = "0.1.0" edition = "2021" +homepage = "https://pitchfork.jdx.dev" +repository = "https://github.com/jdx/pitchfork" +documentation = "https://pitchfork.jdx.dev" include = [ "src/**/*.rs", "assets/**/*",