Add meili-snap crate to make writing snapshot tests easier

This commit is contained in:
Loïc Lecrenier
2022-10-11 13:24:53 +02:00
committed by Clément Renault
parent 0af00f6b32
commit 3e4337c91f
16 changed files with 315 additions and 3 deletions

11
meili-snap/Cargo.toml Normal file
View 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"