Fixed dependencies

This commit is contained in:
Yuriy Glukhov 2019-02-05 17:54:17 +02:00
parent e75a00f86e
commit c74c773385
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ requires "nim >= 0.19.0",
"stint",
"byteutils",
"secp256k1",
"rocksdb"
"rocksdb",
"package_visible_types",
"asyncdispatch2"
proc test(filename: string) =
echo "Running: ", filename