aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/page.toml
blob: a54ff042945efa988abb3f6dc37b2da2266ea4dc (plain) (blame)
1
2
3
4
5
6
7
8
9
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"]