mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
Move the command lines helpers into different crates
This commit is contained in:
16
search/Cargo.toml
Normal file
16
search/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "search"
|
||||
version = "0.1.0"
|
||||
authors = ["Clément Renault <clement@meilisearch.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.28"
|
||||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
||||
heed = "0.10.5"
|
||||
jemallocator = "0.3.2"
|
||||
log = "0.4.11"
|
||||
milli = { path = "../milli" }
|
||||
serde_json = "1.0.59"
|
||||
stderrlog = "0.5.0"
|
||||
structopt = { version = "0.3.14", default-features = false }
|
Reference in New Issue
Block a user