[dependencies.frame-support]
default-features = false
version = "3.0"
[dependencies.frame-system]
default-features = false
version = "3.0"
[dependencies.parity-scale-codec]
default-features = false
features = ["derive"]
version = "2.0"
[dev-dependencies.serde]
version = "1.0"
[dev-dependencies.sp-core]
version = "3.0"
[dev-dependencies.sp-io]
version = "3.0"
[dev-dependencies.sp-runtime]
version = "3.0"
[features]
default = ["std"]
std = ["frame-support/std", "frame-system/std", "parity-scale-codec/std"]
[package]
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
description = "A pallet that demonstrates Substrate's storage maps"
edition = "2018"
license = "GPL-3.0-or-later"
name = "simple-map"
repository = "https://github.com/UniversalDot/pallets"
version = "0.0.1"