mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-24 02:55:06 +08:00
26 lines
600 B
TOML
26 lines
600 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 = { version = "0.10.1", features = ["serde"] }
|
|
log = "0.4.17"
|
|
crossbeam = "0.8.2"
|
|
bus = "2.3.0"
|
|
time = "0.3.20"
|
|
uuid = { version = "1.3.0", features = ["v4"] }
|
|
synchronoise = "1.0.1"
|