aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4a31c9..6443a4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,10 @@ notify = "4.0"
23[dependencies.cursive] 23[dependencies.cursive]
24version = "0.15" 24version = "0.15"
25default-features = false 25default-features = false
26features = ["termion-backend", "crossterm-backend"] 26
27[features]
28unix = ["cursive/termion-backend"]
29windows = ["cursive/crossterm-backend"]
27 30
28[dependencies.chrono] 31[dependencies.chrono]
29version = "0.4" 32version = "0.4"