mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-02-04 14:23:58 +00:00
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…
x
Reference in New Issue
Block a user