mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 23:18:01 +00:00
8a39be474e
* Move `Externalities` into `substrate-externalities` - `Externalities` now support generic extensions - Split of `primtives-storage` for storage primitive types * Move the externalities scoping into `substrate-externalities` * Fix compilation * Review feedback * Adds macro for declaring extensions * Fix benchmarks * Introduce `ExtensionStore` trait * Last review comments * Implement it for `ExtensionStore`
13 lines
414 B
TOML
13 lines
414 B
TOML
[package]
|
|
name = "substrate-externalities"
|
|
version = "2.0.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
primitive-types = { version = "0.5.1", features = ["codec"] }
|
|
primitives-storage = { package = "substrate-primitives-storage", path = "../primitives/storage" }
|
|
rstd = { package = "sr-std", path = "../sr-std" }
|
|
environmental = { version = "1.0.2" }
|