mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Remove substrate relay. (#244)
This commit is contained in:
committed by
Bastian Köcher
parent
8456d0d969
commit
d3f6948050
@@ -1,33 +0,0 @@
|
||||
[package]
|
||||
name = "substrate-bridge"
|
||||
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.5.0"
|
||||
clap = "2.33.1"
|
||||
ctrlc = "3.1.5"
|
||||
derive_more = "0.99.9"
|
||||
env_logger = "0.7.1"
|
||||
futures = "0.3.5"
|
||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
|
||||
log = "0.4.11"
|
||||
serde_json = "1.0.57"
|
||||
url = "2.1.0"
|
||||
|
||||
[dependencies.sp-core]
|
||||
version = "2.0.0-rc4"
|
||||
tag = 'v2.0.0-rc4'
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.sp-rpc]
|
||||
version = "2.0.0-rc4"
|
||||
tag = 'v2.0.0-rc4'
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies.node-primitives]
|
||||
version = "2.0.0-rc4"
|
||||
tag = 'v2.0.0-rc4'
|
||||
git = "https://github.com/paritytech/substrate/"
|
||||
Reference in New Issue
Block a user