mirror of
https://github.com/daylinmorgan/bbansi.git
synced 2024-11-21 17:00: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
|
||||
tests/*
|
||||
!tests/*.nims
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue