grin/store/Cargo.toml
Ignotus Peverell f73a308bf3
Initial import.
2016-10-20 20:06:12 -04:00

10 lines
242 B
TOML

[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" }