h3/h3.nimble

17 lines
320 B
Nim

# Package
version = "0.1.0"
author = "Christine Dodrill"
description = "The h IRC bot, version 3"
license = "MIT"
srcDir = "src"
bin = @["h3"]
# Dependencies
requires "nim >= 0.13.0", "irc >= 0.1.0", "parsetoml >= 0.2.0"
task run, "Runs h3":
exec "nimble build"
exec "./h3"