init
This commit is contained in:
15
nimproj.nimble
Normal file
15
nimproj.nimble
Normal file
@@ -0,0 +1,15 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = ""
|
||||
description = ""
|
||||
license = "MIT"
|
||||
bin = @["main"]
|
||||
srcDir = "src"
|
||||
binDir = "bin"
|
||||
installExt = @["nim"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 2.0.8"
|
Reference in New Issue
Block a user