add the geosearch to Meilisearch

This commit is contained in:
Tamo
2021-09-27 15:41:14 +02:00
parent 9ac999ca59
commit c1376a9f2a
8 changed files with 263 additions and 30 deletions

View File

@ -27,12 +27,13 @@ heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
http = "0.2.4"
indexmap = { version = "1.7.0", features = ["serde-1"] }
itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.14"
main_error = "0.1.1"
meilisearch-error = { path = "../meilisearch-error" }
meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" }
memmap = "0.7.0"
milli = { git = "https://github.com/meilisearch/milli.git", rev = "6de1b41" }
milli = { git = "https://github.com/meilisearch/milli.git", version = "0.16.0" }
mime = "0.3.16"
num_cpus = "1.13.0"
once_cell = "1.8.0"