aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"