mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
927e13c13a
* Adding script for rename, could be applicable for nodes on top of it, too * add stderr and gitlab ci features * apply script * fix now minor details in expected stderr * Update the Cargo.lock * fix name: sc-transaction -> sc-tracing * fix rename in script, too
20 lines
596 B
TOML
20 lines
596 B
TOML
[package]
|
|
name = "substrate-frame-rpc-support"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = { version = "0.3.0", features = ["compat"] }
|
|
jsonrpc-client-transports = "14"
|
|
jsonrpc-core = "14"
|
|
parity-scale-codec = "1"
|
|
serde = "1"
|
|
frame-support = { path = "../../../../frame/support" }
|
|
sp-core-storage = { path = "../../../../primitives/core/storage" }
|
|
sc-rpc-api = { path = "../../../../client/rpc/api" }
|
|
|
|
[dev-dependencies]
|
|
frame-system = { path = "../../../../frame/system" }
|
|
tokio = "0.1"
|