mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
17 lines
489 B
TOML
17 lines
489 B
TOML
[package]
|
|
name = "helpers"
|
|
version = "0.13.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" }
|
|
milli = { path = "../milli" }
|
|
stderrlog = "0.5.1"
|
|
structopt = { version = "0.3.21", default-features = false }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
jemallocator = "0.3.2"
|