aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-20 07:08:20 +0100
committerAkshay <[email protected]>2020-07-20 07:08:20 +0100
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"
22 22
23[dependencies.cursive] 23[dependencies.cursive]
24version = "0.15" 24version = "0.15"
25features = ["termion-backend"] 25features = ["crossterm-backend"]
26 26
27[dependencies.chrono] 27[dependencies.chrono]
28version = "0.4" 28version = "0.4"