diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
commit | 2ff15e180eb1295baef34fd6668a589170795951 (patch) | |
tree | d0ad5b669e6c23303729e1025b0e34740ea079ff | |
parent | 845d83d94f06fa78e7098f287784574958397acd (diff) | |
download | indeed-watcher-2ff15e180eb1295baef34fd6668a589170795951.tar.gz indeed-watcher-2ff15e180eb1295baef34fd6668a589170795951.tar.bz2 indeed-watcher-2ff15e180eb1295baef34fd6668a589170795951.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" |