mirror of
https://github.com/daylinmorgan/bbansi.git
synced 2024-11-22 01:10:44 -06:00
let's make a helper binary too
This commit is contained in:
parent
2abf49541d
commit
780c60ad7e
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
bin/
|
||||||
*.out
|
*.out
|
||||||
tests/*
|
tests/*
|
||||||
!tests/*.nims
|
!tests/*.nims
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
author = "Daylin Morgan"
|
author = "Daylin Morgan"
|
||||||
description = "bbcode -> ansi"
|
description = "bbcode -> ansi"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
installExt = @["nim"]
|
installExt = @["nim"]
|
||||||
|
binDir = "bin"
|
||||||
|
bin = @["bbansi"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 1.6.12"
|
requires "nim >= 1.6.12"
|
||||||
|
|
Loading…
Reference in a new issue