hwylterm/tools/tools.nimble

12 lines
262 B
Text
Raw Normal View History

2024-09-18 09:25:26 -05:00
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"