Files
pezkuwi-subxt/substrate/utils/frame/rpc/system/Cargo.toml
T
Weiliang Li 04fcc71809 Rename folder: primitives/sr-primitives -> primitives/runtime (#4280)
* primitives/sr-primitives -> primitives/runtime

* update
2019-12-09 08:49:32 +01:00

26 lines
1.0 KiB
TOML

[package]
name = "substrate-frame-rpc-system"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
client = { package = "sc-client", path = "../../../../client/" }
codec = { package = "parity-scale-codec", version = "1.0.0" }
futures = "0.3.1"
jsonrpc-core = "14.0.3"
jsonrpc-core-client = "14.0.3"
jsonrpc-derive = "14.0.3"
log = "0.4.8"
serde = { version = "1.0.101", features = ["derive"] }
sp-runtime = { path = "../../../../primitives/runtime" }
frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" }
sp-core = { path = "../../../../primitives/core" }
sp-blockchain = { path = "../../../../primitives/blockchain" }
txpool-api = { package = "sp-transaction-pool-api", path = "../../../../primitives/transaction-pool" }
[dev-dependencies]
test-client = { package = "substrate-test-runtime-client", path = "../../../../test/utils/runtime/client" }
env_logger = "0.7.0"
txpool = { package = "sc-transaction-pool", path = "../../../../client/transaction-pool" }