hwylterm/tools/tools.nimble

15 lines
302 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"
2024-09-23 17:50:46 -05:00
namedBin = {
"hwylterm/bbansi" :"bbansi",
"hwylterm/chooser":"hwylchoose"
}.toTable
2024-09-18 09:25:26 -05:00
requires "nim >= 2.0.8"