Files
pezkuwi-subxt/substrate/primitives/rpc/Cargo.toml
T
2020-06-08 23:29:52 +02:00

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"