mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
18 lines
391 B
TOML
18 lines
391 B
TOML
[package]
|
|
name = "meili-snap"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
homepage.workspace = true
|
|
readme.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
# fixed version due to format breakages in v1.40
|
|
insta = { version = "=1.39.0", features = ["json", "redactions"] }
|
|
md5 = "0.7.0"
|
|
once_cell = "1.19"
|