2017-05-19 18:22:08 +03:00
|
|
|
[package]
|
|
|
|
name = "grin_pool"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Grin Authors <mimblewimble@lists.launchpad.net>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-10-03 03:02:31 +03:00
|
|
|
blake2-rfc = "~0.2.17"
|
2017-05-19 18:22:08 +03:00
|
|
|
grin_core = { path = "../core" }
|
2017-10-03 03:02:31 +03:00
|
|
|
grin_keychain = { path = "../keychain" }
|
2017-05-19 18:22:08 +03:00
|
|
|
grin_store = { path = "../store" }
|
|
|
|
grin_p2p = { path = "../p2p" }
|
2017-09-21 03:07:40 +03:00
|
|
|
secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp" }
|
2017-10-07 21:24:11 +03:00
|
|
|
serde = "~1.0.8"
|
|
|
|
serde_derive = "~1.0.8"
|
2017-05-19 18:22:08 +03:00
|
|
|
time = "^0.1"
|
|
|
|
rand = "0.3"
|
|
|
|
log = "0.3"
|