mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-15 03:53:07 +00:00
Allow building with chronicles_sinks=json
This commit is contained in:
parent
5aefe497b7
commit
9d0326aad4
@ -12,7 +12,9 @@ requires "nim >= 0.17.3",
|
||||
"chronos",
|
||||
"httputils",
|
||||
"chronicles",
|
||||
"news"
|
||||
"news",
|
||||
"chronicles",
|
||||
"json_serialization"
|
||||
|
||||
proc configForTests() =
|
||||
--hints: off
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import json, strutils, tables
|
||||
import chronicles, httputils, chronos
|
||||
import chronicles, httputils, chronos, json_serialization/std/net
|
||||
import ../client
|
||||
|
||||
logScope:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user