[wip] add nim-task-runner dependency

This commit is contained in:
Michael Bradley, Jr 2021-11-17 11:18:55 -06:00
parent ab2f5ef890
commit 79ed1380bd
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ requires "libp2p#unstable",
"https://github.com/status-im/nim-nitro >= 0.4.0 & < 0.5.0",
"questionable >= 0.9.1 & < 0.10.0",
"upraises >= 0.1.0 & < 0.2.0",
"asynctest >= 0.3.0 & < 0.4.0"
"asynctest >= 0.3.0 & < 0.4.0",
"https://github.com/status-im/nim-task-runner.git#impl_beta2_nimble"
### Helper functions
proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") =