From a3fe7c7eee9c71aa68af1766d1cfa2533c24611e Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sat, 6 Jul 2024 09:19:29 +0200 Subject: [PATCH] Add constantine to important_packages.nim --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index f234b0e87604..038f7edccfd2 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -58,6 +58,7 @@ pkg "cligen", "nim c --path:. -r cligen.nim" pkg "combparser", "nimble test --mm:orc" pkg "compactdict" pkg "comprehension", "nimble test", "https://github.com/alehander92/comprehension" +pkg "constantine", "nimble make_lib" pkg "cowstrings" pkg "criterion", allowFailure = true # needs testing binary pkg "datamancer"