summaryrefslogtreecommitdiffstats
path: root/teams/wg-async-await.toml
diff options
context:
space:
mode:
Diffstat (limited to 'teams/wg-async-await.toml')
-rw-r--r--teams/wg-async-await.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams/wg-async-await.toml b/teams/wg-async-await.toml
new file mode 100644
index 0000000..52c5c99
--- /dev/null
+++ b/teams/wg-async-await.toml
@@ -0,0 +1,12 @@
+name = "wg-async-await"
+subteam-of = "compiler"
+wg = true
+
+[people]
+leads = ["nikomatsakis", "cramertj"]
+members = ["nikomatsakis", "cramertj"]
+
+[website]
+name = "Async-await Implementation"
+description = "Implementing async-await"
+repo = "https://github.com/rust-lang/compiler-team/blob/master/working-groups/async-await"