aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7bf49fc..46df668 100644
--- a/packages.json
+++ b/packages.json
@@ -14621,5 +14621,21 @@
"description": "Bindings to BearSSL library",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-bearssl"
+ },
+ {
+ "name": "schedules",
+ "url": "https://github.com/soasme/nim-schedules",
+ "method": "git",
+ "tags": [
+ "scheduler",
+ "schedules",
+ "job",
+ "task",
+ "cron",
+ "interval"
+ ],
+ "description": "A Nim scheduler library that lets you kick off jobs at regular intervals.",
+ "license": "MIT",
+ "web": "https://github.com/soasme/nim-schedules"
}
]