chore: Use git repository instead of local ones

This commit is contained in:
Kerollmops
2018-05-12 17:41:29 +02:00
committed by Clément Renault
parent 0df4f6f182
commit a18afdc0f1
4 changed files with 20 additions and 18 deletions

View File

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