Added chronicles dependency

This commit is contained in:
Yuriy Glukhov 2019-02-05 17:59:32 +02:00
parent c74c773385
commit 2b3358cacb
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ requires "nim >= 0.19.0",
"secp256k1",
"rocksdb",
"package_visible_types",
"asyncdispatch2"
"asyncdispatch2",
"chronicles"
proc test(filename: string) =
echo "Running: ", filename