clean: Remove statics and use Arcs

This commit is contained in:
Kerollmops
2018-05-13 12:38:24 +02:00
committed by Clément Renault
parent a18afdc0f1
commit 1e14df00d1
7 changed files with 73 additions and 51 deletions

View File

@ -14,11 +14,6 @@ tokio-proto = "0.1"
tokio-service = "0.1"
url = "1.7"
[dependencies.levenshtein_automata]
git = "https://github.com/Kerollmops/levenshtein-automata.git"
branch = "custom-fst"
features = ["fst"]
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "op-builder-with-state"