# Package

version       = "1.0.0"
author        = "Jonathan Bernard"
description   = "Wrapper around CLI commands (passing input as arguments)."
license       = "MIT"
bin           = @["cmd_shell"]

# Dependencies

requires @["nim >= 0.16.1", "cliutils"]