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]