mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
chore: Use git repository instead of local ones
This commit is contained in:
committed by
Clément Renault
parent
0df4f6f182
commit
a18afdc0f1
@ -15,12 +15,13 @@ tokio-service = "0.1"
|
||||
url = "1.7"
|
||||
|
||||
[dependencies.levenshtein_automata]
|
||||
path = "../../../levenshtein-automata"
|
||||
# git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
||||
# branch = "custom-fst"
|
||||
features = ["fst_automaton"]
|
||||
git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
||||
branch = "custom-fst"
|
||||
features = ["fst"]
|
||||
|
||||
[dependencies.fst]
|
||||
path = "../../../fst"
|
||||
# git = "https://github.com/Kerollmops/fst.git"
|
||||
# branch = "stream-with-state"
|
||||
git = "https://github.com/Kerollmops/fst.git"
|
||||
branch = "op-builder-with-state"
|
||||
|
||||
[profile.release]
|
||||
# lto = true
|
||||
|
Reference in New Issue
Block a user