12 lines
241 B
Nim
12 lines
241 B
Nim
# Package
|
|
|
|
version = "1.2.2"
|
|
author = "Jonathan Bernard"
|
|
description = "Utility for writing dynamic progress bars to the console."
|
|
license = "BSD"
|
|
srcDir = "src/main/nim"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.13.0"
|