Files
grin-node/store/Cargo.toml
T
2017-02-09 11:41:46 -08:00

12 lines
218 B
TOML

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