aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/page.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-05 21:08:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-05 21:08:07 +0800
commitd3b4027f5926569cb9371b2ea62b6be9387ea650 (patch)
treed6c9de16cea03253273ad7c89eadc401e5e105b2 /examples/example-async-support/page.toml
parent97853f47489ab58b63e08854f579ae776e5a2d1f (diff)
Add example pages and sync-examples tool for docs
Diffstat (limited to 'examples/example-async-support/page.toml')
-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"]