mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
24dc3beaf5
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/commits/3.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
21 lines
643 B
TOML
21 lines
643 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.3"
|
|
env_logger = "0.7.1"
|
|
futures = "0.3.1"
|
|
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
|
|
log = "0.4.8"
|
|
node-primitives = { version = "2.0.0", git = "https://github.com/paritytech/substrate" }
|
|
serde_json = "1.0.41"
|
|
sp-core = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git" }
|
|
sp-rpc = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git" }
|
|
url = "2.1.0"
|