mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-01-21 09:29:51 +00:00
13 lines
319 B
Nim
13 lines
319 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "confutils"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "Simplified handling of command line options and config files"
|
|
license = "Apache License 2.0"
|
|
skipDirs = @["tests"]
|
|
|
|
requires "nim >= 0.19.0",
|
|
"stew"
|
|
|