mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 02:57:58 +00:00
33 lines
836 B
TOML
33 lines
836 B
TOML
[package]
|
|
name = "substrate-bridge"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-std = "1.0.1"
|
|
clap = "2.3.3"
|
|
ctrlc = "3.1.4"
|
|
derive_more = "0.99.5"
|
|
env_logger = "0.7.1"
|
|
futures = "0.3.1"
|
|
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
|
|
log = "0.4.8"
|
|
serde_json = "1.0.53"
|
|
url = "2.1.0"
|
|
|
|
[dependencies.sp-core]
|
|
version = "2.0.0-alpha.6"
|
|
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
|
git = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies.sp-rpc]
|
|
version = "2.0.0-alpha.6"
|
|
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
|
git = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies.node-primitives]
|
|
version = "2.0.0-alpha.6"
|
|
rev = "c13ad41634d0bd7cf07897c2aa062b917d520520"
|
|
git = "https://github.com/paritytech/substrate/"
|