Skip to content

Commit 7430d6f

Browse files
authored
add homepage / repository to published crates (#100)
1 parent ecdfb6b commit 7430d6f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.6.1-pre"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2021"
66
description = "Core of sync protocol for TaskChampion"
7+
homepage = "https://github.com/GothenburgBitFactory/taskchampion"
8+
repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
79
license = "MIT"
810

911
[dependencies]

sqlite/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.6.1-pre"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2021"
66
description = "SQLite backend for TaskChampion-sync-server"
7+
homepage = "https://github.com/GothenburgBitFactory/taskchampion"
8+
repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
79
license = "MIT"
810

911
[dependencies]

0 commit comments

Comments
 (0)