Files
pezkuwi-subxt/cumulus/primitives/Cargo.toml
T
2020-04-21 10:34:41 +02:00

19 lines
403 B
TOML

[package]
name = "cumulus-primitives"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
# Substrate dependencies
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "cumulus-branch", default-features = false }
# Other dependencies
impl-trait-for-tuples = "0.1.3"
[features]
default = [ "std" ]
std = [
"sp-inherents/std",
]