Add metadata for the taskchampion crate

This commit is contained in:
Dustin J. Mitchell 2020-11-29 20:31:28 -05:00
parent 81cee8d375
commit 95ada3d2bb

View file

@ -2,6 +2,12 @@
name = "taskchampion" name = "taskchampion"
version = "0.1.0" version = "0.1.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"] authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
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" edition = "2018"
[dependencies] [dependencies]