git.delta.rocks / unique-network / refs/commits / b70e369d3c1a

difftreelog

source

client/rpc/Cargo.toml1.1 KiBsourcehistory
1[package]2name = "uc-rpc"3version = "0.1.0"4edition = "2018"56[dependencies]7pallet-common = { default-features = false, path = '../../pallets/common' }8nft-data-structs = { default-features = false, path = '../../primitives/nft' }9up-rpc = { path = "../../primitives/rpc" }10codec = { package = "parity-scale-codec", version = "2.0.0" }11jsonrpc-core = "15.1.0"12jsonrpc-core-client = "15.1.0"13jsonrpc-derive = "15.1.0"1415sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }16sp-blockchain = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }17sp-core = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }18sp-rpc = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }19sp-runtime = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }