diff --git a/eth.nimble b/eth.nimble index 9b0262f..7fc2f72 100644 --- a/eth.nimble +++ b/eth.nimble @@ -12,7 +12,8 @@ requires "nim >= 0.19.0", "secp256k1", "rocksdb", "package_visible_types", - "asyncdispatch2" + "asyncdispatch2", + "chronicles" proc test(filename: string) = echo "Running: ", filename