Add asyncdispatch2 dependency.
This commit is contained in:
parent
dc482dfb45
commit
c660e833a2
|
@ -7,7 +7,8 @@ description = "LibP2P implementation"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
skipDirs = @["tests", "Nim"]
|
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":
|
task tests, "Runs the test suite":
|
||||||
exec "nim c -r tests/testpbvarint"
|
exec "nim c -r tests/testpbvarint"
|
||||||
|
|
Loading…
Reference in New Issue