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"