diff options
author | Akshay <[email protected]> | 2020-07-24 06:26:36 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-24 06:26:36 +0100 |
commit | bf98997f0d3b5958dba178666d8142962374d021 (patch) | |
tree | 21b0d874075994528c45b74e6f5d463ec24ec73d /Cargo.toml | |
parent | d7c303dda4750a432478c94b3ed41bca1352d839 (diff) |
bump to v0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "dijo" | 2 | name = "dijo" |
3 | version = "0.2.1" | 3 | version = "0.2.2" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Scriptable, curses-based, digital habit tracker" | 6 | description = "Scriptable, curses-based, digital habit tracker" |
@@ -23,10 +23,7 @@ notify = "4.0" | |||
23 | [dependencies.cursive] | 23 | [dependencies.cursive] |
24 | version = "0.15" | 24 | version = "0.15" |
25 | default-features = false | 25 | default-features = false |
26 | 26 | features = ["pancurses-backend"] | |
27 | [features] | ||
28 | unix = ["cursive/termion-backend"] | ||
29 | windows = ["cursive/crossterm-backend"] | ||
30 | 27 | ||
31 | [dependencies.chrono] | 28 | [dependencies.chrono] |
32 | version = "0.4" | 29 | version = "0.4" |