diff --git a/nimtemplate.nimble b/nimtemplate.nimble index eb3b8d9..99727f1 100644 --- a/nimtemplate.nimble +++ b/nimtemplate.nimble @@ -4,6 +4,6 @@ description = "Description of your library" license = "MIT" srcDir = "src" -bin = @["myproject"] +bin = @["nimtemplate"] requires "nim >= 1.2.2"