mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
20 lines
521 B
TOML
20 lines
521 B
TOML
[package]
|
|
name = "sp-rpc"
|
|
version = "2.0.0-rc3"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate RPC primitives and utilities."
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.101", features = ["derive"] }
|
|
sp-core = { version = "2.0.0-rc3", path = "../core" }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.41"
|