mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
18 lines
557 B
TOML
18 lines
557 B
TOML
[package]
|
|
name = "helpers"
|
|
version = "0.32.0"
|
|
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
edition = "2018"
|
|
description = "A small tool to do operations on the database"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.56"
|
|
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
|
|
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
|
|
milli = { path = "../milli" }
|
|
stderrlog = "0.5.1"
|
|
structopt = { version = "0.3.26", default-features = false }
|
|
|
|
mimalloc = { version = "0.1.29", default-features = false }
|