aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorMark Wotton <mwotton@gmail.com>2021-09-09 17:46:46 +0700
committerGitHub <noreply@github.com>2021-09-09 11:46:46 +0100
commit2024884f49334e7eaf64adc425da77b773204b42 (patch)
treef5ed33336930230d873f4a06458fb08d6c45cb70 /atuin-client/Cargo.toml
parentUpdate README.md (diff)
downloadatuin-2024884f49334e7eaf64adc425da77b773204b42.zip
Reordered fuzzy search (#179)
* add test demonstrating problem * add a reordered fuzzy-search mode that presents shorter matches first, rather than using strict chronological ordering. * fix warnings, refactor interface to minspan slightly
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index b4c9c13e..300ce26a 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -40,6 +40,7 @@ humantime = "2.1.0"
itertools = "0.10.0"
shellexpand = "2"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] }
+minspan = "0.1.1"
[dev-dependencies]
tokio-test = "*"