summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-02-15 17:14:06 +0100
committerCanop <cano.petrole@gmail.com>2022-02-15 17:14:06 +0100
commitaf3a1f3c3290f6b88c748bde656ef99ada1f3c7b (patch)
tree4a8ce6c617602b80c8de9d10b220694ce221275d /Cargo.toml
parent8ca1c3d09aaab7883f8ce9394fe7c43d96308903 (diff)
:previous_dir and :next_dir internals
Fix #502
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e7e4de..d395fd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ char_reader = "0.1"
clap = { version="2.33", default-features=false, features=["suggestions", "color"] }
cli-log = "2.0"
chrono = "0.4"
-crokey = "0.2"
+crokey = "0.4.0"
crossbeam = "0.8"
crossterm = "0.22.1"
custom_error = "1.6"
@@ -100,6 +100,7 @@ harness = false
[patch.crates-io]
# bet = { path = "../bet" }
+# crokey = { path = "../crokey" }
# cli-log = { path = "../cli-log" }
# crossterm = { path = "../crossterm-rs/crossterm" }
# deser-hjson = { path = "../deser-hjson" }