summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-07-20 11:38:20 +0530
committerAkshay <nerdy@peppe.rs>2020-07-20 11:38:20 +0530
commit5dd90a7808c2a1ed8f7ba901765d2e42858b2192 (patch)
tree9148204681c6e66e59418b579a1849ce094834d8 /Cargo.toml
parenta110cc018cd40488871bae025d11ef4ae59e9e60 (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 0240b65..7659d9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ notify = "4.0"
[dependencies.cursive]
version = "0.15"
-features = ["termion-backend"]
+features = ["crossterm-backend"]
[dependencies.chrono]
version = "0.4"