aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/page.toml
blob: 9b6cd057a178716d89f19dbd5b84d60bd25459a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-custom-pickable"
name = "Custom Pickable"
icon = "🎯"
category = "parsing"
desc = """
Example Custom Pickable
"""
tags = ["Pickable", "custom"]
files = ["src/main.rs", "Cargo.toml"]