Files
grin-node/store/Cargo.toml
T
Ignotus Peverell 11c0d67805 Revert "Delegate Block Encoding to Store (#44)"
This reverts commit 8ffc0c6f8e.
2017-05-31 15:49:15 -07:00

13 lines
235 B
TOML

[package]
name = "grin_store"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
workspace = ".."
[dependencies]
byteorder = "^0.5"
rocksdb = "^0.6.0"
tiny-keccak = "1.1"
grin_core = { path = "../core" }