Skip to content

Commit d03af20

Browse files
team: add a new wg for rust macros
This is adding a new team that is the wg-macros as a folloup step after the MCP get merged [1]. [1] rust-lang/compiler-team#637 Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent b1b3723 commit d03af20

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

teams/wg-macros.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "wg-macros"
2+
kind = "working-group"
3+
subteam-of = "compiler"
4+
5+
[people]
6+
leads = ["vincenzopalazzo", "eholk"]
7+
members = [
8+
"jhpratt",
9+
"Veykril",
10+
"CohenArthur",
11+
"danielhenrymantilla",
12+
"vincenzopalazzo",
13+
"eholk",
14+
]
15+
alumni = [
16+
]
17+
18+
[[github]]
19+
orgs = ["rust-lang", "rust-lang-nursery"]
20+
21+
[website]
22+
name = "Macros working group"
23+
description = "Revival and Improving the Rust Macros"
24+
repo = "https://github.com/rust-lang/wg-macros"
25+
zulip-stream = "wg-macros"
26+
27+
[[zulip-groups]]
28+
name = "wg-macros"

0 commit comments

Comments
 (0)