Newer
Older
[package]
name = "bp-header-chain"
description = "A common interface for describing what a bridge pallet should be able to do."
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies.parity-scale-codec]
version = "1.3.1"
default-features = false
features = ["derive"]
[features]
default = ["std"]
std = [
"parity-scale-codec/std",
]