mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-11 14:54:33 +00:00
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…
x
Reference in New Issue
Block a user