summaryrefslogtreecommitdiffstats
path: root/indeedwatcher.nimble
blob: 528c5478a6df364d8e71fd1b3fd008525473605e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Package

version       = "1.0.5"
author        = "msglm"
description   = "Watches indeed for job updates."
license       = "AGPL-3.0-only"
srcDir        = "src"
bin           = @["indeedwatcher"]
binDir        = "bin"

# Dependencies

requires "nim >= 1.6.10"
requires "rss"
requires "https://github.com/dom96/webdriver#699d3b9959ed94724521a768f11fcabed47c712b"
requires "parsetoml"