mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
31 lines
1.3 KiB
TOML
31 lines
1.3 KiB
TOML
[package]
|
|
name = "relay-rialto-parachain-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "3.1.5" }
|
|
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
|
subxt = { git = "https://github.com/paritytech/subxt", branch = "master", default-features = false, features = [] }
|
|
|
|
# Bridge dependencies
|
|
|
|
bp-bridge-hub-cumulus = { path = "../../primitives/chain-bridge-hub-cumulus" }
|
|
bp-header-chain = { path = "../../primitives/header-chain" }
|
|
bp-messages = { path = "../../primitives/messages" }
|
|
bp-millau = { path = "../../primitives/chain-millau" }
|
|
bp-polkadot-core = { path = "../../primitives/polkadot-core" }
|
|
bp-rialto-parachain = { path = "../../primitives/chain-rialto-parachain" }
|
|
bp-runtime = { path = "../../primitives/runtime" }
|
|
|
|
bridge-runtime-common = { path = "../../bin/runtime-common" }
|
|
relay-substrate-client = { path = "../client-substrate" }
|
|
|
|
# Substrate Dependencies
|
|
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master" }
|