mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
Merge #404
404: remove search crate r=Kerollmops a=MarinPostma The functionalities of the search crate have been moved to the cli crate. The outstanding files are removed by this pr. Co-authored-by: marin postma <postma.marin@protonmail.com>
This commit is contained in:
commit
6758146213
@ -1,18 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "search"
|
|
||||||
version = "0.19.0"
|
|
||||||
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
||||||
edition = "2018"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
anyhow = "1.0.38"
|
|
||||||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
|
||||||
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
|
|
||||||
log = "0.4.14"
|
|
||||||
milli = { path = "../milli" }
|
|
||||||
serde_json = "1.0.62"
|
|
||||||
stderrlog = "0.5.1"
|
|
||||||
structopt = { version = "0.3.21", default-features = false }
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
|
||||||
jemallocator = "0.3.2"
|
|
Loading…
Reference in New Issue
Block a user