From e4ca114e6598a04229035aec896712cf8fd84eb0 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Thu, 28 Nov 2019 13:49:06 -0500 Subject: [PATCH] install our binary --- nimph.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/nimph.nimble b/nimph.nimble index 76b078f..d032a79 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -14,4 +14,5 @@ requires "parsetoml" requires "https://github.com/disruptek/cutelog.git >= 1.0.0" requires "https://github.com/stefantalpalaru/nim-unittest2.git >= 0.0.1" +bin = @["nimph"] srcDir = "src"