fix .nimble dependency

This commit is contained in:
jangko 2022-07-22 09:05:42 +07:00
parent 73b628491d
commit e3cf999033
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -19,7 +19,11 @@ requires "nim >= 1.2.0",
"nimcrypto",
"stew",
"stint",
"rocksdb"
"rocksdb",
"ethash",
"blscurve",
"evmc",
"web3"
binDir = "build"