mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
b027c81266
* substrate relay guards * checked time condition * ChainWithBalances * removed obsolete comment * Update relays/substrate-client/src/chain.rs Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com> * trailing space Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
26 lines
640 B
TOML
26 lines
640 B
TOML
[package]
|
|
name = "relay-rialto-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" }
|
|
|
|
# Bridge dependencies
|
|
|
|
rialto-runtime = { path = "../../bin/rialto/runtime" }
|
|
|
|
# Substrate Dependencies
|
|
|
|
frame-system = "2.0"
|
|
frame-support = "2.0"
|
|
pallet-transaction-payment = "2.0"
|
|
sp-core = "2.0"
|
|
sp-keyring = "2.0"
|
|
sp-runtime = "2.0"
|