mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
13 lines
301 B
TOML
13 lines
301 B
TOML
[package]
|
|
name = "index-stats"
|
|
description = "A small program that computes internal stats of a Meilisearch index"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
clap = { version = "4.3.5", features = ["derive"] }
|
|
milli = { path = "../milli" }
|
|
piechart = "1.0.0"
|