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 69a1958..17fb40f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ notify = "4.0"
17 17
18[dependencies.cursive] 18[dependencies.cursive]
19version = "0.15" 19version = "0.15"
20features = ["crossterm-backend"] 20features = ["termion-backend"]
21 21
22[dependencies.chrono] 22[dependencies.chrono]
23version = "0.4" 23version = "0.4"