add taskpools to important packages (#20803)

* add `taskpools` to important packages

* Update testament/important_packages.nim
This commit is contained in:
ringabout
2022-11-10 18:12:04 +08:00
committed by GitHub
parent 0264cded2b
commit 31be01d78f

View File

@@ -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"