2021-02-22 00:21:13 +08:00
|
|
|
[package]
|
|
|
|
name = "helpers"
|
2022-07-21 17:19:42 +08:00
|
|
|
version = "0.32.0"
|
2021-02-22 00:21:13 +08:00
|
|
|
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
|
|
edition = "2018"
|
2022-04-25 21:55:38 +08:00
|
|
|
description = "A small tool to do operations on the database"
|
2022-04-25 20:03:21 +08:00
|
|
|
publish = false
|
2021-02-22 00:21:13 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-15 00:00:53 +08:00
|
|
|
anyhow = "1.0.56"
|
|
|
|
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
|
2021-02-22 00:21:13 +08:00
|
|
|
milli = { path = "../milli" }
|
2022-08-17 17:46:56 +08:00
|
|
|
mimalloc = { version = "0.1.29", default-features = false }
|
2021-02-22 00:21:13 +08:00
|
|
|
stderrlog = "0.5.1"
|
2022-03-15 00:00:53 +08:00
|
|
|
structopt = { version = "0.3.26", default-features = false }
|