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>
Showing
- Cargo.lock 13 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- substrate/frame/support/procedural/src/construct_runtime/expand/call.rs 1 addition, 0 deletions...e/support/procedural/src/construct_runtime/expand/call.rs
- substrate/frame/support/procedural/src/construct_runtime/mod.rs 2 additions, 0 deletions...ate/frame/support/procedural/src/construct_runtime/mod.rs
- substrate/frame/support/procedural/src/construct_runtime/parse.rs 3 additions, 0 deletions...e/frame/support/procedural/src/construct_runtime/parse.rs
- substrate/frame/support/procedural/src/pallet/expand/tt_default_parts.rs 2 additions, 2 deletions.../support/procedural/src/pallet/expand/tt_default_parts.rs
- substrate/frame/support/procedural/src/runtime/expand/mod.rs 2 additions, 2 deletionssubstrate/frame/support/procedural/src/runtime/expand/mod.rs
- substrate/frame/support/procedural/src/runtime/parse/pallet.rs 4 additions, 0 deletions...rate/frame/support/procedural/src/runtime/parse/pallet.rs
- substrate/frame/support/procedural/src/runtime/parse/pallet_decl.rs 4 additions, 3 deletions...frame/support/procedural/src/runtime/parse/pallet_decl.rs
- templates/minimal/Cargo.toml 25 additions, 0 deletionstemplates/minimal/Cargo.toml
- templates/minimal/README.md 13 additions, 0 deletionstemplates/minimal/README.md
- templates/minimal/runtime/src/lib.rs 65 additions, 14 deletionstemplates/minimal/runtime/src/lib.rs
- templates/minimal/src/lib.rs 75 additions, 0 deletionstemplates/minimal/src/lib.rs
Please register or sign in to comment