aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-20 07:08:20 +0100
committerOleksii Filonenko <[email protected]>2020-07-23 09:50:07 +0100
commit7322949561fdbdc36a811b1368222fb5a2bf050a (patch)
tree08d55686bcd7acece482cf0eb31028e122d53413 /Cargo.toml
parentb763206c9fc24f54af4bfebe80d2a7b7579557d5 (diff)
switch to crossterm backend
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f215503..c587196 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ notify = "4.0"
23[dependencies.cursive] 23[dependencies.cursive]
24version = "0.15" 24version = "0.15"
25default-features = false 25default-features = false
26features = ["termion-backend"] 26features = ["crossterm-backend"]
27 27
28[dependencies.chrono] 28[dependencies.chrono]
29version = "0.4" 29version = "0.4"