mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
19 lines
410 B
TOML
19 lines
410 B
TOML
[package]
|
|
name = "raptor"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
bincode = "1.0"
|
|
serde = "1.0"
|
|
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"]
|