diff options
author | Akshay <[email protected]> | 2020-07-20 07:08:20 +0100 |
---|---|---|
committer | Oleksii Filonenko <[email protected]> | 2020-07-23 09:50:07 +0100 |
commit | 7322949561fdbdc36a811b1368222fb5a2bf050a (patch) | |
tree | 08d55686bcd7acece482cf0eb31028e122d53413 /Cargo.toml | |
parent | b763206c9fc24f54af4bfebe80d2a7b7579557d5 (diff) |
switch to crossterm backend
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +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 | features = ["termion-backend"] | 26 | features = ["crossterm-backend"] |
27 | 27 | ||
28 | [dependencies.chrono] | 28 | [dependencies.chrono] |
29 | version = "0.4" | 29 | version = "0.4" |