e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
18 lines
552 B
TOML
18 lines
552 B
TOML
[package]
|
|
description = "Parity IPFS-compatible API"
|
|
name = "parity-ipfs-api"
|
|
version = "1.9.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethcore = { path = "../ethcore" }
|
|
ethcore-bytes = { path = "../util/bytes" }
|
|
ethereum-types = "0.1"
|
|
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
|
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.9" }
|
|
rlp = { path = "../util/rlp" }
|
|
cid = "0.2"
|
|
multihash = "0.6"
|
|
unicase = "2.0"
|