diff --git a/eth_rpc.nimble b/eth_rpc.nimble index 2ba4177..de66dba 100644 --- a/eth_rpc.nimble +++ b/eth_rpc.nimble @@ -7,7 +7,8 @@ srcDir = "src" ### Dependencies requires "nim >= 0.17.3", - "nimcrypto" + "nimcrypto", + "stint" proc configForTests() = --hints: off