mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
24 lines
525 B
TOML
24 lines
525 B
TOML
[package]
|
|
name = "cli"
|
|
version = "0.37.0"
|
|
edition = "2018"
|
|
description = "A CLI to interact with a milli index"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bimap = "0.6.2"
|
|
byte-unit = { version = "4.0.14", features = ["serde"] }
|
|
color-eyre = "0.6.2"
|
|
csv = "1.1.6"
|
|
eyre = "0.6.8"
|
|
indicatif = "0.17.1"
|
|
milli = { path = "../milli", default-features = false }
|
|
mimalloc = { version = "0.1.29", default-features = false }
|
|
serde = "1.0.145"
|
|
serde_json = "1.0.85"
|
|
stderrlog = "0.5.3"
|
|
structopt = "0.3.26"
|
|
|
|
[features]
|
|
default = ["milli/default"]
|