Add asyncdispatch2 dependency.

This commit is contained in:
cheatfate 2018-11-19 06:39:04 +02:00
parent dc482dfb45
commit c660e833a2
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ description = "LibP2P implementation"
license = "MIT"
skipDirs = @["tests", "Nim"]
requires "nim > 0.18.0"
requires "nim > 0.18.0",
"https://github.com/status-im/nim-asyncdispatch2"
task tests, "Runs the test suite":
exec "nim c -r tests/testpbvarint"