mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
add tools dir
This commit is contained in:
parent
0cd408512a
commit
584d47cd6e
1 changed files with 11 additions and 0 deletions
11
tools/tools.nimble
Normal file
11
tools/tools.nimble
Normal file
|
@ -0,0 +1,11 @@
|
|||
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"
|
Loading…
Reference in a new issue