mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
f6bd58ac1f
* Introduce HeaderMetadata and use it for tree_route. Add lowest_common_ancestor. * Add tests.
11 lines
267 B
TOML
11 lines
267 B
TOML
[package]
|
|
name = "substrate-header-metadata"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
lru-cache = { version = "0.1.2" }
|
|
parking_lot = { version = "0.9.0" }
|
|
sr-primitives = { path = "../../sr-primitives" }
|