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