# Package version = "0.1.0" author = "Jonathan Bernard" description = "Simple CLI utility to print a horizontal rule with an optional header" license = "MIT" srcDir = "src" bin = @["hr"] # Dependencies requires "nim >= 2.2.6" requires @["cliutils >= 0.11.0", "docopt"]