aboutsummaryrefslogtreecommitdiff
path: root/examples/example-panic-unwind
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-panic-unwind')
-rw-r--r--examples/example-panic-unwind/page.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-panic-unwind/page.toml b/examples/example-panic-unwind/page.toml
new file mode 100644
index 0000000..8b9a7cd
--- /dev/null
+++ b/examples/example-panic-unwind/page.toml
@@ -0,0 +1,10 @@
+[example]
+id = "example-panic-unwind"
+name = "Panic Unwind"
+icon = "💥"
+category = "runtime"
+desc = """
+Example Panic Unwind
+"""
+tags = ["panic_unwind"]
+files = ["src/main.rs", "Cargo.toml"]