diff --git a/tools/tools.nimble b/tools/tools.nimble new file mode 100644 index 0000000..e38a3df --- /dev/null +++ b/tools/tools.nimble @@ -0,0 +1,11 @@ +import std/[tables] + +version = "0.1.0" +author = "Daylin Morgan" +description = "bringing some fun (hwyl) to the terminal" +license = "MIT" +srcDir = "../src" +namedBin = {"hwylterm/bbansi":"bbansi"}.toTable + + +requires "nim >= 2.0.8"