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]