From 53aec163ebc538e3498d5d395b81c1ed7bfff489 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sat, 30 Jan 2021 20:17:22 +0200 Subject: [PATCH] Fix nimble dependencies. --- chronos.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index a9aa33e..6b18d1c 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -9,7 +9,8 @@ skipDirs = @["tests"] requires "nim > 1.2.0", "stew", - "bearssl" + "bearssl", + "nim-http-utils" task test, "Run all tests": var commands = [