grin/grin/Cargo.toml

28 lines
661 B
TOML
Raw Normal View History

2016-10-21 03:06:12 +03:00
[package]
name = "grin_grin"
2016-10-21 03:06:12 +03:00
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]
grin_api = { path = "../api" }
grin_chain = { path = "../chain" }
2016-10-21 03:06:12 +03:00
grin_core = { path = "../core" }
grin_store = { path = "../store" }
grin_p2p = { path = "../p2p" }
grin_pool = { path = "../pool" }
grin_util = { path = "../util" }
secp256k1zkp = { path = "../secp256k1zkp" }
env_logger="^0.3.5"
futures = "^0.1.9"
futures-cpupool = "^0.1.3"
hyper = { git = "https://github.com/hyperium/hyper" }
log = "^0.3"
time = "^0.1"
serde = "~1.0.8"
serde_derive = "~1.0.8"
2016-12-14 06:21:49 +03:00
tokio-core="^0.1.1"
tokio-timer="^0.1.0"
rand = "^0.3"