summaryrefslogtreecommitdiffstats
path: root/teams/rust-by-example.toml
diff options
context:
space:
mode:
authorMario idival <marioidival@gmail.com>2019-03-04 13:33:33 -0300
committerMario idival <marioidival@gmail.com>2019-03-04 13:33:33 -0300
commit21b123b4ffe0744504b0706819e25969c7df5a0b (patch)
treefdb73e8911ec0677e213133551eda8e55f78e5a0 /teams/rust-by-example.toml
parent0d28cab10667e1c6bbc1fb3e7941b82de73ef8eb (diff)
Add rbe on new website
Diffstat (limited to 'teams/rust-by-example.toml')
-rw-r--r--teams/rust-by-example.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/teams/rust-by-example.toml b/teams/rust-by-example.toml
new file mode 100644
index 0000000..730c740
--- /dev/null
+++ b/teams/rust-by-example.toml
@@ -0,0 +1,14 @@
+name = "rust-by-example"
+subteam-of = "docs"
+
+[people]
+leads = ["steveklabnik"]
+members = [
+ "steveklabnik",
+ "marioidival",
+ "projektir",
+]
+
+[website]
+name = "Rust by Example team"
+description = "working on the rust by example"