mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 14:30:44 -06:00
12 lines
262 B
Text
12 lines
262 B
Text
|
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"
|