diff options
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ name = "dijo" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Scriptable, curses-based, digital habit tracker" | ||
7 | homepage = "https://github.com/nerdypepper/dijo" | ||
8 | repository = "https://github.com/nerdypepper/dijo" | ||
9 | readme = './readme.md' | ||
10 | keywords = ["tracker", "event-tracker", "tui", "journal"] | ||
11 | categories = ["date-and-time", "command-line-interface"] | ||
12 | license = "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 | ||