mirror of https://github.com/status-im/nim-eth.git
Added rocksdb dependency
This commit is contained in:
parent
32998f0dc1
commit
d0fa1344e5
|
@ -9,7 +9,8 @@ requires "nim >= 0.19.0",
|
|||
"ranges",
|
||||
"stint",
|
||||
"byteutils",
|
||||
"secp256k1"
|
||||
"secp256k1",
|
||||
"rocksdb"
|
||||
|
||||
proc test(filename: string) =
|
||||
echo "Running: ", filename
|
||||
|
|
Loading…
Reference in New Issue