From c3647e2804bbe5095090eb60c216a549e855c980 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Sat, 14 Jul 2018 11:51:20 +0100 Subject: [PATCH] Include httputils --- json_rpc.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 5ac62d1..59f4e93 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -11,7 +11,8 @@ requires "nim >= 0.17.3", "stint", "https://github.com/status-im/nim-asyncdispatch2", "https://github.com/status-im/nim-http-utils", - "chronicles" + "chronicles", + "httputils" proc configForTests() = --hints: off