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

version       = "1.1.3"
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"