No more nake, use nimble
This commit is contained in:
parent
8721014963
commit
dcfdb290f7
2 changed files with 9 additions and 8 deletions
9
nimbase.nimble
Normal file
9
nimbase.nimble
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
packageName = "nimbase"
|
||||
version = "0.0.1"
|
||||
author = "joachimschmidt557"
|
||||
description = "Basic utilities written in Nim"
|
||||
license = "Unlicense"
|
||||
|
||||
requires "nim >= 0.19.0"
|
||||
requires "cligen >= 0.9.19"
|
||||
bin = @["add", "false", "seq", "sleep", "true"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue