2016-10-21 03:06:12 +03:00
|
|
|
[package]
|
|
|
|
name = "grin_store"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
|
2017-04-06 09:41:49 +03:00
|
|
|
workspace = ".."
|
2016-10-21 03:06:12 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2017-02-09 22:41:46 +03:00
|
|
|
byteorder = "^0.5"
|
2017-02-04 22:10:07 +03:00
|
|
|
rocksdb = "^0.6.0"
|
2017-06-27 05:09:01 +03:00
|
|
|
## When using GCC 7, the rust-rocksdb dependency doesn't compile
|
|
|
|
## To get around this (temporarily) clone (beside the 'grin' directory)
|
|
|
|
## https://github.com/spacejam/rust-rocksdb.git
|
|
|
|
## Manually apply the changes in:
|
|
|
|
## https://github.com/facebook/rocksdb/commit/816c1e30ca73615c75fc208ddcc4b05012b30951
|
|
|
|
## And swap the dependency for the one below
|
|
|
|
#rocksdb = { path = "../../rust-rocksdb" }
|
2016-10-21 03:06:12 +03:00
|
|
|
|
|
|
|
grin_core = { path = "../core" }
|