mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
11 lines
242 B
TOML
11 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" }
|