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