mirror of https://github.com/vacp2p/nim-libp2p.git
Add asyncdispatch2 dependency.
This commit is contained in:
parent
dc482dfb45
commit
c660e833a2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue