mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-24 02:55:06 +08:00
21 lines
443 B
TOML
21 lines
443 B
TOML
|
[package]
|
||
|
name = "cluster"
|
||
|
publish = false
|
||
|
|
||
|
version.workspace = true
|
||
|
authors.workspace = true
|
||
|
description.workspace = true
|
||
|
homepage.workspace = true
|
||
|
readme.workspace = true
|
||
|
edition.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
ductile = "0.3.0"
|
||
|
serde = { version = "1.0.155", features = ["derive"] }
|
||
|
serde_json = "1.0.94"
|
||
|
thiserror = "1.0.39"
|
||
|
meilisearch-types = { path = "../meilisearch-types" }
|
||
|
roaring = "0.10.1"
|
||
|
log = "0.4.17"
|