diff --git a/eth_p2p.nimble b/eth_p2p.nimble index 86e8c44..fe52fd0 100644 --- a/eth_p2p.nimble +++ b/eth_p2p.nimble @@ -14,7 +14,8 @@ requires "nim > 0.18.0", "eth_keys", "ranges", "stint", - "byteutils" + "byteutils", + "https://github.com/status-im/nim-asyncdispatch2" proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name