Files
pezkuwi-subxt/templates/minimal/Cargo.toml
T
gupnik 31dc8bb1de Improvements in minimal template (#4119)
This PR makes a few improvements in the docs for the minimal template.

---------

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
2024-04-30 05:39:08 +00:00

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"