From 9c858841c7566e79c0e05a6295e5f9bc86468d16 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 19 Jul 2020 12:15:41 +0530 Subject: add crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 17fb40f..4333b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "dijo" version = "0.1.0" authors = ["Akshay "] edition = "2018" +description = "Scriptable, curses-based, digital habit tracker" +homepage = "https://github.com/nerdypepper/dijo" +repository = "https://github.com/nerdypepper/dijo" +readme = './readme.md' +keywords = ["tracker", "event-tracker", "tui", "journal"] +categories = ["date-and-time", "command-line-interface"] +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3