summaryrefslogtreecommitdiffstats
path: root/teams/libs.toml
blob: 72a7050d0f4f496385295e44276533374bc41d80 (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
name = "libs"

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

[permissions]
perf = true
crater = true
bors.rust.review = true

[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"