summaryrefslogtreecommitdiffstats
path: root/teams/cargo.toml
blob: 1839bd2c0ffe595ff7677ed34b6540bf0b7d131d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "cargo"

[people]
leads = ["nrc"]
members = [
    "alexcrichton",
    "dwijnand",
    "eh2406",
    "ehuss",
    "joshtriplett",
    "nrc",
    "withoutboats",
    "wycats",
]

[website]
name = "Cargo team"
description = "design and implementation of Cargo"

[[lists]]
address = "cargo@rust-lang.org"
access-level = "everyone"