aoc2018/aoc2018.nimble
2021-12-14 22:15:50 +01:00

18 lines
350 B
Nim

import std/os
# Package
version = "0.1.0"
author = "Stefan Harmuth"
description = "aoc2018"
license = "GPL-3.0-or-later"
srcDir = "."
bin = @["aoc2018"]
# Dependencies
rmDir(joinPath(getHomeDir(), "/.nimble/pkgs/tools-#head"))
requires "nim >= 1.6.0"
requires "ssh://git@leeloo.drock.de/nim-tools.git#head"