summaryrefslogtreecommitdiffstats
path: root/teams/libs.toml
blob: f998fb866e37bf6fb808691cf418bc07c8c2127e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name = "libs"

[people]
leads = ["alexcrichton"]
members = [
    "Amanieu",
    "BurntSushi",
    "Kimundi",
    "KodrAus",
    "SimonSapin",
    "alexcrichton",
    "dtolnay",
    "sfackler",
    "withoutboats",
]

[github]
orgs = ["rust-lang", "rust-lang-nursery"]

[permissions]
perf = true
crater = true
bors.rust.review = true
bors.hashbrown.review = true
bors.libc.review = true
bors.stdarch.review = true

[rfcbot]
label = "T-libs"
name = "Libraries"
ping = "rust-lang/libs"
exclude-members = [
    "BurntSushi",
]

[website]
page = "library"
name = "Library team"
description = "the Rust standard library, rust-lang crates, conventions, and ecosystem support"

[[lists]]
address = "libs-private@rust-lang.org"

[[lists]]
address = "libs@rust-lang.org"

[[lists]]
address = "library-team@rust-lang.org"