aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-async-support')
-rw-r--r--examples/example-async-support/page.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-async-support/page.toml b/examples/example-async-support/page.toml
new file mode 100644
index 0000000..a54ff04
--- /dev/null
+++ b/examples/example-async-support/page.toml
@@ -0,0 +1,10 @@
+[example]
+id = "example-async-support"
+name = "Async Support"
+icon = "⚡"
+category = "runtime"
+desc = """
+Example Async Runtime Support
+"""
+tags = ["async", "tokio"]
+files = ["src/main.rs", "Cargo.toml"]