mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 15:47:19 +02:00
Add multiple selection
This commit is contained in:
parent
e5a8094105
commit
6311cc3f97
5 changed files with 241 additions and 84 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -808,6 +808,7 @@ dependencies = [
|
|||
"shellexpand",
|
||||
"shlex",
|
||||
"task-hookrs",
|
||||
"tinyset",
|
||||
"tui",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
|
@ -842,6 +843,16 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tinyset"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "784f540960a63144d63992caf430ed87e39d920f2c474cb8ac586ff31fb861fc"
|
||||
dependencies = [
|
||||
"itertools",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tui"
|
||||
version = "0.12.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue