12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Jonathan Bernard"
|
||
|
description = "Helper functions for writing command line interfaces."
|
||
|
license = "MIT"
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires @["nim >= 0.15.3", "docopt"]
|
||
|
|