Files
pezkuwi-subxt/bridges/relays/substrate/Cargo.toml
T
Tomasz Drwięga ca8b370de2 Revert "Bump async-std from 1.5.0 to 1.6.0" (#127)
* Revert "Bump async-std from 1.5.0 to 1.6.0 (#126)"

This reverts commit 3c15a65929447a12aa23c1f34c9b783d117deed2.

* Add async-std=1.6 to ignore.
2024-04-10 10:28:37 +02:00

33 lines
826 B
TOML

[package]
name = "substrate-bridge"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
async-std = "=1.5.0"
clap = "2.33.1"
ctrlc = "3.1.4"
derive_more = "0.99.7"
env_logger = "0.7.1"
futures = "0.3.5"
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-rc1"
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
git = "https://github.com/paritytech/substrate/"
[dependencies.sp-rpc]
version = "2.0.0-rc1"
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
git = "https://github.com/paritytech/substrate/"
[dependencies.node-primitives]
version = "2.0.0-rc1"
rev = "599ba75bc2b5acd238c21c5c7efe8e2ad8d401ee"
git = "https://github.com/paritytech/substrate/"