mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 14:30:44 -06:00
14 lines
302 B
Nim
14 lines
302 B
Nim
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",
|
|
"hwylterm/chooser":"hwylchoose"
|
|
}.toTable
|
|
|
|
|
|
requires "nim >= 2.0.8"
|