Files
pezkuwi-subxt/substrate/utils/frame/rpc/system/Cargo.toml
T
Benjamin Kampmann 810ac845b5 Fix sc-tracing-* -> sc-transaction- (#4263)
* fixing faulty tracing-rename

* missed one
2019-12-02 12:19:53 +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/sr-primitives" }
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" }