2022-10-11 19:24:53 +08:00
|
|
|
[package]
|
|
|
|
name = "meili-snap"
|
2023-02-15 20:51:07 +08: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 19:24:53 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2024-11-21 23:56:56 +08:00
|
|
|
# fixed version due to format breakages in v1.40
|
2024-10-09 17:35:45 +08:00
|
|
|
insta = { version = "=1.39.0", features = ["json", "redactions"] }
|
2022-10-11 19:24:53 +08:00
|
|
|
md5 = "0.7.0"
|
2024-01-16 22:05:03 +08:00
|
|
|
once_cell = "1.19"
|