diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-03-19 20:49:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-19 20:49:57 +0000 |
| commit | edcd477153d00944c5dae16ec3ba69e339e1450c (patch) | |
| tree | 472e0151222cdfc8978875ee3531079c58ece75b /Cargo.toml | |
| parent | fix: many wins were broken :memo: (#789) (diff) | |
| download | atuin-edcd477153d00944c5dae16ec3ba69e339e1450c.zip | |
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 <frankhamand@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
