diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-10 18:12:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 18:12:04 +0800 |
commit | 31be01d78f98a2904725994fd30eae4232e5a47c (patch) | |
tree | 76592a2492d9e5ec1d997fff03290a09bdb507ca /testament | |
parent | 0264cded2b0f2bc4fe75d4de8f67b37f9f0e7878 (diff) | |
download | Nim-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.nim | 1 |
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" |