Files
pezkuwi-subxt/substrate/frame/support/rpc/Cargo.toml
T
Shawn Tabrizi c9175b59ff Rename Palette to FRAME (#4182)
* palette -> frame

* PALETTE, Palette -> FRAME

* Move folder pallete -> frame

* Update docs/Structure.adoc

Co-Authored-By: Benjamin Kampmann <ben.kampmann@googlemail.com>

* Update docs/README.adoc

Co-Authored-By: Benjamin Kampmann <ben.kampmann@googlemail.com>

* Update README.adoc
2019-11-22 19:21:25 +01:00

20 lines
566 B
TOML

[package]
name = "frame-support-rpc"
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 = "../" }
substrate-primitives-storage = { path = "../../../primitives/core/storage" }
substrate-rpc-api = { path = "../../../client/rpc/api" }
[dev-dependencies]
frame-system = { path = "../../system" }
tokio = "0.1"