diff --git a/eth_rpc.nimble b/eth_rpc.nimble index 0db493a..f6b2a08 100644 --- a/eth_rpc.nimble +++ b/eth_rpc.nimble @@ -9,7 +9,8 @@ skipDirs = @["tests"] requires "nim >= 0.17.3", "nimcrypto", "stint", - "https://github.com/status-im/nim-asyncdispatch2" + "https://github.com/status-im/nim-asyncdispatch2", + "chronicles" proc configForTests() = --hints: off