mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-24 18:28:10 +00:00
Update .nimble to include chronicles
This commit is contained in:
parent
4c38164688
commit
da84d95d51
@ -9,7 +9,8 @@ skipDirs = @["tests"]
|
|||||||
requires "nim >= 0.17.3",
|
requires "nim >= 0.17.3",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"stint",
|
"stint",
|
||||||
"https://github.com/status-im/nim-asyncdispatch2"
|
"https://github.com/status-im/nim-asyncdispatch2",
|
||||||
|
"chronicles"
|
||||||
|
|
||||||
proc configForTests() =
|
proc configForTests() =
|
||||||
--hints: off
|
--hints: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user