openethereum/ipfs/Cargo.toml

15 lines
387 B
TOML

[package]
description = "Parity IPFS crate"
name = "parity-ipfs"
version = "1.6.0"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethcore = { path = "../ethcore" }
ethcore-util = { path = "../util" }
rlp = { path = "../util/rlp" }
hyper = { default-features = false, git = "https://github.com/ethcore/hyper" }
cid = "~0.2.0"
multihash = "~0.5.0"