summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-10 18:12:04 +0800
committerGitHub <noreply@github.com>2022-11-10 18:12:04 +0800
commit31be01d78f98a2904725994fd30eae4232e5a47c (patch)
tree76592a2492d9e5ec1d997fff03290a09bdb507ca /testament
parent0264cded2b0f2bc4fe75d4de8f67b37f9f0e7878 (diff)
downloadNim-31be01d78f98a2904725994fd30eae4232e5a47c.tar.gz
add `taskpools` to important packages (#20803)
* add `taskpools` to important packages

* Update testament/important_packages.nim
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index ac9578989..5160637eb 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -148,6 +148,7 @@ pkg "strslice"
 pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim"
 pkg "supersnappy"
 pkg "synthesis"
+pkg "taskpools", url = "https://github.com/nim-lang/nim-taskpools"
 pkg "telebot", "nim c -o:tbot -r src/telebot.nim"
 pkg "tempdir"
 pkg "templates"