pallet-mandate 2.0.2

A Substrate pallet to help over modules dispatch root calls
Documentation
[dependencies.frame-support]
default-features = false
version = "2.0.0-alpha.7"

[dependencies.frame-system]
default-features = false
version = "2.0.0-alpha.7"

[dependencies.parity-scale-codec]
default-features = false
features = ["derive"]
version = "1.2.0"

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

[dependencies.sp-core]
default-features = false
version = "2.0.0-alpha.7"

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

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

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

[features]
default = ["std"]
std = ["frame-support/std", "frame-system/std", "parity-scale-codec/std", "serde", "sp-io/std", "sp-runtime/std", "sp-std/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.2"