From 2b3358cacb78d4ae0d705d9842a446065a082108 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Tue, 5 Feb 2019 17:59:32 +0200 Subject: [PATCH] Added chronicles dependency --- eth.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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