aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-19 07:45:41 +0100
committerAkshay <[email protected]>2020-07-19 07:45:41 +0100
commit9c858841c7566e79c0e05a6295e5f9bc86468d16 (patch)
tree4ae1b8ef232902d1950a95daa9996b05409d4365
parent516116fbe429043303a354f4a71eba4badbd34fc (diff)
add crate metadata
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17fb40f..4333b9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,13 @@ name = "dijo"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Scriptable, curses-based, digital habit tracker"
7homepage = "https://github.com/nerdypepper/dijo"
8repository = "https://github.com/nerdypepper/dijo"
9readme = './readme.md'
10keywords = ["tracker", "event-tracker", "tui", "journal"]
11categories = ["date-and-time", "command-line-interface"]
12license = "MIT"
6 13
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 14# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 15