mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
11c0d67805
This reverts commit 8ffc0c6f8e
.
12 lines
235 B
TOML
12 lines
235 B
TOML
[package]
|
|
name = "grin_store"
|
|
version = "0.1.0"
|
|
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
byteorder = "^0.5"
|
|
rocksdb = "^0.6.0"
|
|
tiny-keccak = "1.1"
|
|
|
|
grin_core = { path = "../core" }
|