Allow building with chronicles_sinks=json

This commit is contained in:
Zahary Karadjov 2019-06-20 15:46:39 +03:00 committed by zah
parent 5aefe497b7
commit 9d0326aad4
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@ requires "nim >= 0.17.3",
"chronos",
"httputils",
"chronicles",
"news"
"news",
"chronicles",
"json_serialization"
proc configForTests() =
--hints: off

View File

@ -1,5 +1,5 @@
import json, strutils, tables
import chronicles, httputils, chronos
import chronicles, httputils, chronos, json_serialization/std/net
import ../client
logScope: