From e8287a0e821b14698a1965446a87e51961b2ad02 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 9 Sep 2019 11:35:10 -0600 Subject: [PATCH] adding chronicles dep --- libp2p.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/libp2p.nimble b/libp2p.nimble index d156f429b..412226bd0 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -12,6 +12,7 @@ requires "nim > 0.18.0", "nimcrypto >= 0.3.9", "chronos", "bearssl" + "chronicles" proc runTest(filename: string) = exec "nim c -r tests/" & filename