mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 15:47:19 +02:00
Remove tinyset
This commit is contained in:
parent
c874c6acd9
commit
23b8a46481
2 changed files with 0 additions and 12 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -808,7 +808,6 @@ dependencies = [
|
|||
"shellexpand",
|
||||
"shlex",
|
||||
"task-hookrs",
|
||||
"tinyset",
|
||||
"tui",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
|
@ -843,16 +842,6 @@ 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