mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
3aa23bded8
* Remove interfaces for replacement * Squashed 'interfaces/' content from commit 1c7f9c3 git-subtree-dir: interfaces git-subtree-split: 1c7f9c34740ab1057d9fc3e09da1d52eceffe6b8 * Update auto-generated files * Add eth/67
26 lines
485 B
TOML
26 lines
485 B
TOML
[package]
|
|
name = "ethereum-interfaces"
|
|
version = "0.1.0"
|
|
authors = ["Artem Vorotnikov <artem@vorotnikov.me>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[features]
|
|
consensus = []
|
|
sentry = []
|
|
remotekv = []
|
|
snapshotsync = []
|
|
txpool = []
|
|
web3 = []
|
|
|
|
[dependencies]
|
|
arrayref = "0.3"
|
|
ethereum-types = { version = "0.13", default-features = false }
|
|
ethnum = { version = "1", default-features = false }
|
|
prost = "0.10"
|
|
tonic = "0.7"
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.10"
|
|
tonic-build = "0.7"
|