2019-01-16 19:52:21 +01:00
|
|
|
[package]
|
2020-03-25 17:16:51 +01:00
|
|
|
description = "OpenEthereum (EthCore) Contract Calls and Blockchain Service & Registry Information"
|
2019-01-16 19:52:21 +01:00
|
|
|
name = "ethcore-call-contract"
|
|
|
|
version = "0.1.0"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
types = { path = "../types", package = "common-types" }
|
2019-10-08 14:18:44 +02:00
|
|
|
ethereum-types = "0.8.0"
|
2019-01-16 19:52:21 +01:00
|
|
|
bytes = { version = "0.1", package = "parity-bytes" }
|