Newer
Older
authors = ["Laminar Developers <hello@laminar.one>"]
edition = "2018"
license = "Apache-2.0"
description = "RPC module for orml-oracle."
codec = { package = "parity-scale-codec", version = "2.0.0" }
jsonrpc-core = "15.0.0"
jsonrpc-core-client = "15.0.0"
jsonrpc-derive = "15.0.0"
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" }
orml-oracle-rpc-runtime-api = { path = "runtime-api", version = "0.4.1-dev" }