From 60b743848653e800c21d6ad2791d1d60a45d4cfd Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Fri, 7 May 2021 11:15:20 +0200 Subject: [PATCH] Add crowbar as a test dependency for mrmime --- mrmime.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/mrmime.opam b/mrmime.opam index 2b69d7e..cc1c94d 100644 --- a/mrmime.opam +++ b/mrmime.opam @@ -36,4 +36,5 @@ depends: [ "hxd" {with-test} "alcotest" {with-test} "jsonm" {with-test} + "crowbar" {with-test} ]