Files
pezkuwi-subxt/substrate/primitives/rpc/Cargo.toml
T
Michal Kucharczyk 305aefc43d serde_json: bumped to 1.0.108 (#2168)
This PR updates the version of `serde_json` to `1.0.108` throughout the
codebase.
2023-11-06 14:00:06 +02:00

22 lines
489 B
TOML

[package]
name = "sp-rpc"
version = "6.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Substrate RPC primitives and utilities."
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
rustc-hash = "1.1.0"
serde = { version = "1.0.188", features = ["derive"] }
sp-core = { path = "../core" }
[dev-dependencies]
serde_json = "1.0.108"