blob: c12443e48535311fbaed8c486318443a33624024 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-setup"
name = "Setup"
icon = "🏗️"
category = "core"
desc = """
Example Setup
"""
tags = ["#[setup]", "extra_macros"]
files = ["src/main.rs", "Cargo.toml"]
|