Change to proper file name

This commit is contained in:
Joey Yakimowich-Payne 2022-07-12 13:16:52 -06:00
commit 90b67731ce

View file

@ -4,6 +4,6 @@ description = "Description of your library"
license = "MIT" license = "MIT"
srcDir = "src" srcDir = "src"
bin = @["myproject"] bin = @["nimtemplate"]
requires "nim >= 1.2.2" requires "nim >= 1.2.2"