From 430b653a2c767c4c1160e79372b92117ba7ca574 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 2 Apr 2022 15:14:14 +0200 Subject: [PATCH] Add insta for snapshot testing. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a8b1470..781bacf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,6 @@ path = "source/lib.rs" [dependencies] md5 = "0.7.0" + +[dev-dependencies] +insta = "1.14.0"