mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
c5a709a882
* client/rpc/api -> client/rpc-api * client/util/wasm-builder-runner -> utils/wasm-builder-runner * client/grafana-data-source -> utils/grafana-data-source * test/utils -> test-utils * fix moved path * Update Cargo.lock * Update Cargo.lock
20 lines
586 B
TOML
20 lines
586 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-storage = { path = "../../../../primitives/storage" }
|
|
sc-rpc-api = { path = "../../../../client/rpc-api" }
|
|
|
|
[dev-dependencies]
|
|
frame-system = { path = "../../../../frame/system" }
|
|
tokio = "0.1"
|