mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
e9a67d334c
* Add cargo deny * deny - master * Copy deny.toml to . * cargo deny check * upload artifacts * install cargo deny * typo * up install cargo deny * update archive * typo * path's * allow failure cargo deny * allew failure log * cargo deny init * add deny.toml and compare with embark actions * fix options * Fix cargo deny. * Remove cargo audit (same as deny) Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
34 lines
884 B
TOML
34 lines
884 B
TOML
[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.4"
|
|
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.8"
|
|
serde_json = "1.0.55"
|
|
url = "2.1.0"
|
|
|
|
[dependencies.sp-core]
|
|
version = "2.0.0-rc3"
|
|
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
|
git = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies.sp-rpc]
|
|
version = "2.0.0-rc3"
|
|
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
|
git = "https://github.com/paritytech/substrate/"
|
|
|
|
[dependencies.node-primitives]
|
|
version = "2.0.0-rc3"
|
|
rev = "606c56d2e2f69f68f3947551224be6a3515dff60"
|
|
git = "https://github.com/paritytech/substrate/"
|