mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
4da48dd9f5
* Update dependencies, respecting semver * Bump dependencies * Don’t patch tiny-bip39 dependency
15 lines
390 B
TOML
15 lines
390 B
TOML
[package]
|
|
name = "node-rpc-client"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
env_logger = "0.7.0"
|
|
futures = "0.1.29"
|
|
hyper = "0.12.35"
|
|
jsonrpc-core-client = { version = "13.1.0", features = ["http", "ws"] }
|
|
log = "0.4.8"
|
|
node-primitives = { path = "../primitives" }
|
|
substrate-rpc = { path = "../../core/rpc", version = "2.0.0" }
|