mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
11 lines
262 B
Nim
11 lines
262 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"}.toTable
|
|
|
|
|
|
requires "nim >= 2.0.8"
|