blob: 9c1fc97bb11d2eb1c06093f18f62859f6209e86b (
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]", "extra_macros"]
files = ["src/main.rs", "Cargo.toml"]
|