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

15
Cargo.lock generated
View File

@ -2242,6 +2242,21 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "meili-snap"
version = "0.1.0"
dependencies = [
"insta",
"md5",
"once_cell",
]
[[package]]
name = "meilisearch-auth"
version = "0.29.1"