Remove tinyset

This commit is contained in:
Dheepak Krishnamurthy 2021-03-24 15:50:10 -06:00
parent c874c6acd9
commit 23b8a46481
2 changed files with 0 additions and 12 deletions

11
Cargo.lock generated
View file

@ -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"