let's make a helper binary too

This commit is contained in:
Daylin Morgan 2023-09-11 00:29:59 -05:00
parent 2abf49541d
commit 780c60ad7e
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
bin/
*.out
tests/*
!tests/*.nims

View File

@ -1,13 +1,12 @@
# Package
version = "0.1.0"
author = "Daylin Morgan"
description = "bbcode -> ansi"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
binDir = "bin"
bin = @["bbansi"]
# Dependencies
requires "nim >= 1.6.12"