mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
7b34438178
* Validate encoding of extrinsics passed to runtime * Bump codec version explicitly
20 lines
639 B
TOML
20 lines
639 B
TOML
[package]
|
|
name = "sp-externalities"
|
|
version = "0.8.0-rc3"
|
|
license = "Apache-2.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate externalities abstraction"
|
|
documentation = "https://docs.rs/sp-externalities"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
sp-storage = { version = "2.0.0-rc3", path = "../storage" }
|
|
sp-std = { version = "2.0.0-rc3", path = "../std" }
|
|
environmental = { version = "1.1.1" }
|
|
codec = { package = "parity-scale-codec", version = "1.3.1" }
|