mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-18 20:57:35 +02:00
20 lines
461 B
TOML
20 lines
461 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.20"
|
|
regex-lite = "0.1.6"
|
|
uuid = { version = "1.17.0", features = ["v4"] }
|