mirror of https://github.com/vacp2p/nim-libp2p.git
adding chronicles dep
This commit is contained in:
parent
d27ea5d228
commit
e8287a0e82
|
@ -12,6 +12,7 @@ requires "nim > 0.18.0",
|
||||||
"nimcrypto >= 0.3.9",
|
"nimcrypto >= 0.3.9",
|
||||||
"chronos",
|
"chronos",
|
||||||
"bearssl"
|
"bearssl"
|
||||||
|
"chronicles"
|
||||||
|
|
||||||
proc runTest(filename: string) =
|
proc runTest(filename: string) =
|
||||||
exec "nim c -r tests/" & filename
|
exec "nim c -r tests/" & filename
|
||||||
|
|
Loading…
Reference in New Issue