From 95ada3d2bbcc6767c48e6295e2ffc94b59c74ef8 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 29 Nov 2020 20:31:28 -0500 Subject: [PATCH] Add metadata for the taskchampion crate --- taskchampion/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/taskchampion/Cargo.toml b/taskchampion/Cargo.toml index ed9382dbe..249b10546 100644 --- a/taskchampion/Cargo.toml +++ b/taskchampion/Cargo.toml @@ -2,6 +2,12 @@ name = "taskchampion" version = "0.1.0" authors = ["Dustin J. Mitchell "] +description = "Personal task-tracking" +homepage = "https://djmitche.github.io/taskchampion/" +documentation = "https://docs.rs/crate/taskchampion" +repository = "https://github.com/djmitche/taskchampion" +readme = "../README.md" +license = "MIT" edition = "2018" [dependencies]