add rapidfuzz for sorting my inputs
This commit is contained in:
parent
a3a3ff8414
commit
62627155e8
3 changed files with 42 additions and 9 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -3858,6 +3858,7 @@ dependencies = [
|
|||
"libcosmic",
|
||||
"miette",
|
||||
"pretty_assertions",
|
||||
"rapidfuzz",
|
||||
"rapidhash",
|
||||
"rayon",
|
||||
"resvg 0.45.1",
|
||||
|
|
@ -5343,6 +5344,12 @@ version = "1.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223"
|
||||
|
||||
[[package]]
|
||||
name = "rapidfuzz"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "270e04e5ea61d40841942bb15e451c29ee1618637bcf97fc7ede5dd4a9b1601b"
|
||||
|
||||
[[package]]
|
||||
name = "rapidhash"
|
||||
version = "4.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue