From edcd477153d00944c5dae16ec3ba69e339e1450c Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sun, 19 Mar 2023 20:49:57 +0000 Subject: skim-demo (#695) * skim-demo * skim some more * Weight first word match higher (#712) * some improvements * make skim opt-in --------- Co-authored-by: Frank Hamand --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5b47505e..f2634851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,6 +73,7 @@ semver = "1.0.14" runtime-format = "0.1.2" tiny-bip39 = "1" futures-util = "0.3" +skim = { version = "0.10.2", default-features = false } # from tui bitflags = "1.3" -- cgit v1.3.1