pallet-mandate 2.0.0-alpha.5

A Substrate pallet to help over modules dispatch root calls
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "1.2.0"

[dependencies.frame-support]
default-features = false
version = "2.0.0-alpha.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.101"

[dependencies.sp-io]
default-features = false
version = "2.0.0-alpha.5"

[dependencies.sp-runtime]
default-features = false
version = "2.0.0-alpha.5"

[dependencies.sp-std]
default-features = false
version = "2.0.0-alpha.5"

[dependencies.system]
default-features = false
package = "frame-system"
version = "2.0.0-alpha.5"
[dev-dependencies.sp-core]
default-features = false
version = "2.0.0-alpha.5"

[features]
default = ["std"]
std = ["serde", "codec/std", "frame-support/std", "sp-runtime/std", "sp-io/std", "sp-std/std", "system/std"]

[package]
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
description = "A Substrate pallet to help over modules dispatch root calls"
edition = "2018"
license-file = "LICENSE"
name = "pallet-mandate"
readme = "README.md"
repository = "https://github.com/ETeissonniere/pallet-mandate"
version = "2.0.0-alpha.5"