mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 01:01:04 +00:00
31dc8bb1de
This PR makes a few improvements in the docs for the minimal template. --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
26 lines
665 B
TOML
26 lines
665 B
TOML
[package]
|
|
name = "minimal-template"
|
|
description = "A minimal template built with Substrate, part of Polkadot Sdk."
|
|
version = "0.0.0"
|
|
license = "MIT-0"
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
minimal-template-node = { path = "./node" }
|
|
minimal-template-runtime = { path = "./runtime" }
|
|
pallet-minimal-template = { path = "./pallets/template" }
|
|
polkadot-sdk-docs = { path = "../../docs/sdk" }
|
|
|
|
frame = { package = "polkadot-sdk-frame", path = "../../substrate/frame" }
|
|
|
|
# How we build docs in rust-docs
|
|
simple-mermaid = "0.1.1"
|
|
docify = "0.2.7"
|