2022-10-11 13:24:53 +02:00
|
|
|
[package]
|
|
|
|
name = "meili-snap"
|
2023-02-15 13:51:07 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-10-11 13:24:53 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-21 16:56:56 +01:00
|
|
|
# fixed version due to format breakages in v1.40
|
2024-10-09 11:35:45 +02:00
|
|
|
insta = { version = "=1.39.0", features = ["json", "redactions"] }
|
2022-10-11 13:24:53 +02:00
|
|
|
md5 = "0.7.0"
|
2024-01-16 15:05:03 +01:00
|
|
|
once_cell = "1.19"
|