aboutsummaryrefslogtreecommitdiff
path: root/examples/example-setup/page.toml
blob: 1c8667f57d076cf6b551e40e2b949bbda1bca0f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-setup"
name = "Setup"
icon = "🏗️"
category = "core"
desc = """
Demonstrates how to build a custom `ProgramSetup` with `#[program_setup]` for modular configuration of program behaviour.
"""
tags = ["#[setup]", "extras"]
files = ["src/main.rs", "Cargo.toml"]