add tools dir

This commit is contained in:
Daylin Morgan 2024-09-18 09:25:26 -05:00
parent 0cd408512a
commit 584d47cd6e
Signed by: daylin
GPG key ID: 950D13E9719334AD

11
tools/tools.nimble Normal file
View file

@ -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"