Refactoring Checkpoint: (WIP)
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "pezkuwi-sdk-docs-first-pallet"
|
||||
name = "pezkuwi-sdk-docs-first-pezpallet"
|
||||
description = "A simple pallet created for the pezkuwi-sdk-docs guides"
|
||||
version = "0.0.0"
|
||||
license = "MIT-0"
|
||||
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
edition.workspace = true
|
||||
publish = false
|
||||
documentation = "https://docs.rs/pezkuwi-sdk-docs-first-pallet"
|
||||
documentation = "https://docs.rs/pezkuwi-sdk-docs-first-pezpallet"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -32,7 +32,7 @@ pezpallet-transaction-payment-rpc-runtime-api = { workspace = true }
|
||||
pezsp-keyring = { workspace = true }
|
||||
|
||||
# local pallet templates
|
||||
first-pallet = { workspace = true }
|
||||
first-pezpallet = { workspace = true }
|
||||
|
||||
docify = { workspace = true }
|
||||
|
||||
@@ -54,13 +54,13 @@ std = [
|
||||
"pezpallet-transaction-payment-rpc-runtime-api/std",
|
||||
"pezpallet-transaction-payment/std",
|
||||
|
||||
"first-pallet/std",
|
||||
"first-pezpallet/std",
|
||||
"pezsp-keyring/std",
|
||||
|
||||
"bizinikiwi-wasm-builder",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"first-pallet/runtime-benchmarks",
|
||||
"first-pezpallet/runtime-benchmarks",
|
||||
"frame/runtime-benchmarks",
|
||||
"pezpallet-balances/runtime-benchmarks",
|
||||
"pezpallet-sudo/runtime-benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user