From 75f35687c907c3fd12fec119af63d74332f1b421 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 21 Mar 2024 15:54:41 +0100 Subject: [PATCH] Put repo in cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d3ba0c1..314b0b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Synchronize Gemini protocol blogs to the Fediverse" +repository = "https://git.agnos.is/ProjectMoon/gemfreely" [dependencies] anyhow = "1.0.81"