From 7430d6feeccd67e3c5ba40cdbc7cdc68ac84efde Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 3 Mar 2025 16:59:09 -0500 Subject: [PATCH] add homepage / repository to published crates (#100) --- core/Cargo.toml | 2 ++ sqlite/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index 0896879..12069b5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -4,6 +4,8 @@ version = "0.6.1-pre" authors = ["Dustin J. Mitchell "] edition = "2021" description = "Core of sync protocol for TaskChampion" +homepage = "https://github.com/GothenburgBitFactory/taskchampion" +repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server" license = "MIT" [dependencies] diff --git a/sqlite/Cargo.toml b/sqlite/Cargo.toml index 801b793..178c1b8 100644 --- a/sqlite/Cargo.toml +++ b/sqlite/Cargo.toml @@ -4,6 +4,8 @@ version = "0.6.1-pre" authors = ["Dustin J. Mitchell "] edition = "2021" description = "SQLite backend for TaskChampion-sync-server" +homepage = "https://github.com/GothenburgBitFactory/taskchampion" +repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server" license = "MIT" [dependencies]