grin/store/Cargo.toml

11 lines
242 B
TOML
Raw Normal View History

2016-10-21 03:06:12 +03:00
[package]
name = "grin_store"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
[dependencies]
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }
tiny-keccak = "1.1"
grin_core = { path = "../core" }