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>
24 lines
596 B
TOML
24 lines
596 B
TOML
[package]
|
|
name = "relay-millau-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.3.4" }
|
|
headers-relay = { path = "../headers-relay" }
|
|
relay-substrate-client = { path = "../substrate-client" }
|
|
relay-utils = { path = "../utils" }
|
|
|
|
# Supported Chains
|
|
|
|
millau-runtime = { path = "../../bin/millau/runtime" }
|
|
|
|
# Substrate Dependencies
|
|
|
|
frame-system = "2.0"
|
|
pallet-transaction-payment = "2.0"
|
|
sp-core = "2.0"
|
|
sp-runtime = "2.0"
|