blob: 7356cc2e3d0e8d8669fe34dfbb21547855808973 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-unit-test"
name = "Unit Test"
icon = "🧪"
category = "testing"
desc = """
Example Unit Test
"""
tags = ["testing", "extra_macros"]
files = ["Cargo.toml", "src/main.rs"]
|