summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-05-24 15:36:02 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-05-24 15:36:02 -0400
commit55527347f9a279d9732f8dccf202c339a30f1023 (patch)
treeb7849174d8cffa3a729dd967afa28eaf10716226 /Cargo.toml
parent37a7bb85d83ec3c714d65cfa829ed2a9784227a7 (diff)
add search_skim command
- This provides rudimentary support to search for files via skim
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b81d56..30444f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ serde_derive = "^1"
shell-words = "^1"
shellexpand = "^2"
signal-hook = "^0"
+skim = "^0"
structopt = "^0"
termion = "^1"
toml = "^0"