mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
feat: use a Trie for hint check
This commit is contained in:
parent
2e9b5fb7be
commit
be698ab741
4 changed files with 59 additions and 26 deletions
|
|
@ -12,6 +12,7 @@ license = "MIT"
|
|||
termion = "1.5"
|
||||
regex = "1.3.1"
|
||||
clap = { version = "3.0.0-beta.1", features = ["suggestions", "color", "wrap_help", "term_size"]}
|
||||
sequence_trie = "0.3.6"
|
||||
|
||||
[[bin]]
|
||||
name = "copyrat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue