Files
pezkuwi-subxt/substrate/core/client/header-metadata/Cargo.toml
T
Marcio Diaz f6bd58ac1f Optimize tree route to sync faster (#3665)
* Introduce HeaderMetadata and use it for tree_route. Add lowest_common_ancestor.
* Add tests.
2019-10-02 20:30:43 +02:00

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" }