Skip to content

Commit ccb547b

Browse files
committed
Backport rust-cookbook repo
1 parent 5845acd commit ccb547b

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

people/AndyGauge.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Andrew Gauger"
2+
github = "AndyGauge"
3+
github-id = 6525150
4+
zulip-id = 257582
5+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
org = "rust-lang-nursery"
2+
name = "rust-cookbook"
3+
description = "https://rust-lang-nursery.github.io/rust-cookbook"
4+
bots = []
5+
6+
[access.teams]
7+
cookbook = "write"

teams/cookbook.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "cookbook"
2+
subteam-of = "lang-docs"
3+
4+
[people]
5+
leads = ["AndyGauge"]
6+
members = ["AndyGauge"]
7+
alumni = []
8+
9+
[[github]]
10+
orgs = ["rust-lang-nursery"]
11+
12+
[website]
13+
name = "Cookbook team"
14+
description = "Maintains the Rust Cookbook"
15+
repo = "https://github.com/rust-lang-nursery/rust-cookbook/"

0 commit comments

Comments
 (0)