mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
rank possible commands by input similarity
This commit is contained in:
parent
f14901a4e3
commit
c1ed7487d7
5 changed files with 135 additions and 11 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -666,6 +666,7 @@ dependencies = [
|
|||
"ordermap",
|
||||
"regex",
|
||||
"smol_str",
|
||||
"strsim",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4219,6 +4220,12 @@ dependencies = [
|
|||
"unicode-properties",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strsim"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
||||
|
||||
[[package]]
|
||||
name = "subtle"
|
||||
version = "2.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue