From 34baa74bc0eb2504a939df35c6e6fcea761cc52a Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 16 Oct 2023 13:21:10 +0000 Subject: [PATCH] Allow installation / import through nimble (#281) * try to make nimble work * try to make nimble work v2 --- constantine.nimble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constantine.nimble b/constantine.nimble index 86d4fb92..f8c27ccc 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -4,6 +4,8 @@ author = "Mamy Ratsimbazafy" description = "This library provides thoroughly tested and highly-optimized implementations of cryptography protocols." license = "MIT or Apache License 2.0" +installDirs = @["constantine", "metering"] + # Dependencies # ----------------------------------------------------------------