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",
|
"shellexpand",
|
||||||
"shlex",
|
"shlex",
|
||||||
"task-hookrs",
|
"task-hookrs",
|
||||||
"tinyset",
|
|
||||||
"tui",
|
"tui",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
|
@ -843,16 +842,6 @@ dependencies = [
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tinyset"
|
|
||||||
version = "0.4.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "784f540960a63144d63992caf430ed87e39d920f2c474cb8ac586ff31fb861fc"
|
|
||||||
dependencies = [
|
|
||||||
"itertools",
|
|
||||||
"rand",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tui"
|
name = "tui"
|
||||||
version = "0.12.0"
|
version = "0.12.0"
|
||||||
|
|
|
@ -36,7 +36,6 @@ rustyline = "7.1.0"
|
||||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||||
better-panic = "0.2.0"
|
better-panic = "0.2.0"
|
||||||
shellexpand = "2.1"
|
shellexpand = "2.1"
|
||||||
tinyset = "0.4"
|
|
||||||
|
|
||||||
[package.metadata.rpm]
|
[package.metadata.rpm]
|
||||||
package = "taskwarrior-tui"
|
package = "taskwarrior-tui"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue