mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-17 00:16:33 +00:00
Added chronicles dependency
This commit is contained in:
parent
c74c773385
commit
2b3358cacb
@ -12,7 +12,8 @@ requires "nim >= 0.19.0",
|
|||||||
"secp256k1",
|
"secp256k1",
|
||||||
"rocksdb",
|
"rocksdb",
|
||||||
"package_visible_types",
|
"package_visible_types",
|
||||||
"asyncdispatch2"
|
"asyncdispatch2",
|
||||||
|
"chronicles"
|
||||||
|
|
||||||
proc test(filename: string) =
|
proc test(filename: string) =
|
||||||
echo "Running: ", filename
|
echo "Running: ", filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user