mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-02 16:27:23 +00:00
19 lines
403 B
TOML
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",
|
|
]
|