Files
pezkuwi-subxt/substrate/utils/frame/rpc/support/Cargo.toml
T
Benjamin Kampmann c5a709a882 Fix folder names in client and test (#4360)
* 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
2019-12-11 16:41:38 +01:00

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"