From f164937be9a5d1bb6e141b8c07855a5562c8f5bc Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 15 Oct 2023 13:41:07 +0200 Subject: [PATCH 1/2] try to make nimble work --- constantine.nimble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constantine.nimble b/constantine.nimble index 86d4fb92..3a767087 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -8,6 +8,8 @@ license = "MIT or Apache License 2.0" # ---------------------------------------------------------------- requires "nim >= 1.6.12" +installDirs "constantine", + "metering" # Nimscript imports # ---------------------------------------------------------------- From 54e8f150014722e98041a5445e1c7f2568c044d9 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 15 Oct 2023 13:43:46 +0200 Subject: [PATCH 2/2] try to make nimble work v2 --- constantine.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constantine.nimble b/constantine.nimble index 3a767087..f8c27ccc 100644 --- a/constantine.nimble +++ b/constantine.nimble @@ -4,12 +4,12 @@ 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 # ---------------------------------------------------------------- requires "nim >= 1.6.12" -installDirs "constantine", - "metering" # Nimscript imports # ----------------------------------------------------------------