aboutsummaryrefslogtreecommitdiff
path: root/examples/example-dispatch-tree/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-dispatch-tree/page.toml')
-rw-r--r--examples/example-dispatch-tree/page.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-dispatch-tree/page.toml b/examples/example-dispatch-tree/page.toml
new file mode 100644
index 0000000..220ea16
--- /dev/null
+++ b/examples/example-dispatch-tree/page.toml
@@ -0,0 +1,10 @@
+[example]
+id = "example-dispatch-tree"
+name = "Dispatch Tree"
+icon = "🌳"
+category = "dispatch"
+desc = """
+Example Dispatch Tree
+"""
+tags = ["dispatch_tree"]
+files = ["src/main.rs", "Cargo.toml"]