Files
pezkuwi-subxt/bridges/modules/ethereum-contract/builtin/Cargo.toml
T
2024-04-10 10:28:37 +02:00

21 lines
589 B
TOML

[package]
name = "ethereum-contract-builtin"
description = "Small crate that helps Solidity contract to verify finality proof."
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
# General dependencies
codec = { package = "parity-scale-codec", version = "1.0.0" }
finality-grandpa = { version = "0.12.2", features = ["derive-codec"] }
sp-blockchain = "2.0.0-alpha.5"
sp-finality-grandpa = "2.0.0-alpha.5"
sp-runtime = "2.0.0-alpha.5"
# Runtime/chain specific dependencies
bridge-node-runtime = { path = "../../../bin/node/runtime" }