@@ -3,15 +3,15 @@ name = "leadership-council"
3
3
[people ]
4
4
leads = []
5
5
members = [
6
- " carols10cents" ,
7
- " eholk" ,
8
- " ehuss" ,
9
- " jackh726" ,
10
- " jonathanpallant" ,
11
- " Mark-Simulacrum" ,
12
- " m-ou-se" ,
13
- " rylev" ,
14
- " technetos" ,
6
+ { github = " carols10cents" , roles = [ " council-rep-crates-io " ] } ,
7
+ { github = " eholk" , roles = [ " council-rep-compiler " ] } ,
8
+ { github = " ehuss" , roles = [ " council-rep-devtools " ] } ,
9
+ { github = " jackh726" , roles = [ " council-rep-lang " ] } ,
10
+ { github = " jonathanpallant" , roles = [ " council-rep-launching-pad " ] } ,
11
+ { github = " Mark-Simulacrum" , roles = [ " council-rep-release " ] } ,
12
+ { github = " m-ou-se" , roles = [ " council-rep-libs " ] } ,
13
+ { github = " rylev" , roles = [ " council-rep-infra " ] } ,
14
+ { github = " technetos" , roles = [ " council-rep-mods " ] } ,
15
15
]
16
16
alumni = [" khionu" ]
17
17
@@ -31,6 +31,42 @@ zulip-stream = "council"
31
31
weight = 1000
32
32
repo = " https://github.com/rust-lang/leadership-council"
33
33
34
+ [[roles ]]
35
+ id = " council-rep-compiler"
36
+ description = " Compiler team"
37
+
38
+ [[roles ]]
39
+ id = " council-rep-crates-io"
40
+ description = " Crates.io team"
41
+
42
+ [[roles ]]
43
+ id = " council-rep-devtools"
44
+ description = " Dev tools team"
45
+
46
+ [[roles ]]
47
+ id = " council-rep-infra"
48
+ description = " Infrastructure team"
49
+
50
+ [[roles ]]
51
+ id = " council-rep-lang"
52
+ description = " Language team"
53
+
54
+ [[roles ]]
55
+ id = " council-rep-launching-pad"
56
+ description = " Launching pad"
57
+
58
+ [[roles ]]
59
+ id = " council-rep-libs"
60
+ description = " Library team"
61
+
62
+ [[roles ]]
63
+ id = " council-rep-mods"
64
+ description = " Moderation team"
65
+
66
+ [[roles ]]
67
+ id = " council-rep-release"
68
+ description = " Release team"
69
+
34
70
[[lists ]]
35
71
36
72
0 commit comments