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

version       = "1.0.0"
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 "webdriver"
requires "parsetoml"