mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
b99fa90edd
* substrate-relay::SubmitMillauToRialtoMessage * typo * Update relays/substrate/src/cli.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
39 lines
1.2 KiB
TOML
39 lines
1.2 KiB
TOML
[package]
|
|
name = "substrate-relay"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
async-std = "1.6.2"
|
|
async-trait = "0.1.41"
|
|
codec = { package = "parity-scale-codec", version = "1.3.4" }
|
|
futures = "0.3.7"
|
|
hex = "0.4"
|
|
log = "0.4.11"
|
|
paste = "1.0"
|
|
structopt = "0.3"
|
|
|
|
# Bridge dependencies
|
|
|
|
bp-message-lane = { path = "../../primitives/message-lane" }
|
|
bp-millau = { path = "../../primitives/millau" }
|
|
bp-rialto = { path = "../../primitives/rialto" }
|
|
headers-relay = { path = "../headers-relay" }
|
|
messages-relay = { path = "../messages-relay" }
|
|
millau-runtime = { path = "../../bin/millau/runtime" }
|
|
pallet-bridge-call-dispatch = { path = "../../modules/call-dispatch" }
|
|
pallet-substrate-bridge = { path = "../../modules/substrate" }
|
|
relay-millau-client = { path = "../millau-client" }
|
|
relay-rialto-client = { path = "../rialto-client" }
|
|
relay-substrate-client = { path = "../substrate-client" }
|
|
relay-utils = { path = "../utils" }
|
|
rialto-runtime = { path = "../../bin/rialto/runtime" }
|
|
|
|
# Substrate Dependencies
|
|
|
|
frame-support = "2.0"
|
|
sp-core = "2.0"
|
|
sp-runtime = "2.0"
|