mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-24 23:31:02 +00:00
Add meili-snap crate to make writing snapshot tests easier
This commit is contained in:
committed by
Clément Renault
parent
0af00f6b32
commit
3e4337c91f
11
meili-snap/Cargo.toml
Normal file
11
meili-snap/Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "meili-snap"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
insta = { version = "1.19.1", features = ["json", "redactions"] }
|
||||
md5 = "0.7.0"
|
||||
once_cell = "1.15"
|
Reference in New Issue
Block a user