Files
grin-node/store/Cargo.toml
T
2017-02-04 11:10:07 -08:00

11 lines
199 B
TOML

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