Added chronicles dependency

This commit is contained in:
Yuriy Glukhov 2019-02-05 17:59:32 +02:00
parent c74c773385
commit 2b3358cacb

View File

@ -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