mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 06:27:57 +00:00
c9175b59ff
* 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
20 lines
566 B
TOML
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"
|