grin/store/Cargo.toml

18 lines
351 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>"]
2017-04-06 09:41:49 +03:00
workspace = ".."
2016-10-21 03:06:12 +03:00
[dependencies]
tokio-io = "0.1.1"
bytes = "0.4.2"
byteorder = "^0.5"
rocksdb = "^0.6.0"
2016-10-21 03:06:12 +03:00
tiny-keccak = "1.1"
num-bigint = "^0.1.35"
time = "^0.1"
2016-10-21 03:06:12 +03:00
grin_core = { path = "../core" }
secp256k1zkp = { path = "../secp256k1zkp" }