diff options
author | msglm <msglm@techchud.xyz> | 2023-01-17 06:42:40 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-17 06:42:40 -0600 |
commit | 4990bd6d98a6a2813c5df2e6aa1fee70499f2673 (patch) | |
tree | d0ad5b669e6c23303729e1025b0e34740ea079ff | |
parent | d20773a14ea7f60dd9c1177d04e094bfbcb4b8dd (diff) | |
download | indeedwatcher-4990bd6d98a6a2813c5df2e6aa1fee70499f2673.tar.gz indeedwatcher-4990bd6d98a6a2813c5df2e6aa1fee70499f2673.tar.bz2 indeedwatcher-4990bd6d98a6a2813c5df2e6aa1fee70499f2673.zip |
also add a nimble package
-rw-r--r-- | indeedwatcher.nimble | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indeedwatcher.nimble b/indeedwatcher.nimble new file mode 100644 index 0000000..fce5a9f --- /dev/null +++ b/indeedwatcher.nimble @@ -0,0 +1,16 @@ +# Package + +version = "0.1.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" |