mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
clean: Remove statics and use Arc
s
This commit is contained in:
committed by
Clément Renault
parent
a18afdc0f1
commit
1e14df00d1
@ -11,3 +11,8 @@ serde_derive = "1.0"
|
||||
[dependencies.fst]
|
||||
git = "https://github.com/Kerollmops/fst.git"
|
||||
branch = "op-builder-with-state"
|
||||
|
||||
[dependencies.levenshtein_automata]
|
||||
git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
||||
branch = "custom-fst"
|
||||
features = ["fst_automaton"]
|
||||
|
Reference in New Issue
Block a user